Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Controls Namespace / FieldNameList Class
Properties Methods Events


In This Topic
    FieldNameList Class Members
    In This Topic

    The following tables list the members exposed by FieldNameList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FieldNameList class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value representing the number of strings in the collection.  
    Public PropertyGets a value indicating whether the IList has a fixed size.  
    Public PropertyGets a value indicating whether the collection is read-only.  
    Public Property  
    Public PropertyGets the item at the specified index.  
    Public Property

    Gets an object that can be used to synchronize access to the IList.

     
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the collection.  
    Public MethodRemoves all elements from the collection.  
    Public MethodDetermines whether an element is in the collection.  
    Public MethodCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodSearches for the specified string and returns the zero-based index of the first occurrence within the entire collection.  
    Public MethodInserts an element into the collection at the specified index.  
    Public MethodRemoves the first occurrence of a specific string from the collection.  
    Public MethodRemoves the string at the specified index of the collection.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the items list of the collection has changed, or the collection is reset.  
    Top
    See Also