Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / PropertyNameCollection Class
Members


In This Topic
    PropertyNameCollection Class
    In This Topic
    Contains a collection of case-sensitive property names.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ListBindableAttribute(False)>
    Public Class PropertyNameCollection 
       Inherits Xceed.Utils.Collections.ListBase
    'Usage
     
    Dim instance As PropertyNameCollection
    [DefaultMember("Item")]
    [ListBindable(false)]
    public class PropertyNameCollection : Xceed.Utils.Collections.ListBase 
    Inheritance Hierarchy

    System.Object
          Xceed.Grid.Reporting.PropertyNameCollection

    Public Properties
     NameDescription
    Public PropertyGets the property name at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified property name ot the collection.  
    Public MethodRemoves all property names from the collection.  
    Public MethodRetrieves a boolean value indicating if the specified property name is contained in the collection.  
    Public MethodRetrieves the zero-based index of the specified property name.  
    Public MethodRemoves the specified property name from the collection.  
    Public MethodRemoves the property name at the specified index from the collection.  
    Top
    Requirements

    Target Platforms: 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