Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Controls Namespace / FieldNameList Class
Members


In This Topic
    FieldNameList Class
    In This Topic
    Represents a list of field names.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class FieldNameList 
    'Usage
     
    Dim instance As FieldNameList
    [DefaultMember("Item")]
    public class FieldNameList 
    Remarks
    FieldNameList can only contain strings that are not null/empty or composed only of white spaces. Also, strings must be unique.
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Controls.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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also