Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace / PropertyDefinitionCollection Class
Members


In This Topic
    PropertyDefinitionCollection Class
    In This Topic
    Represents a collection containing PropertyDefinitions instances.
    Object Model
    PropertyDefinitionCollection ClassPropertyDefinition Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class PropertyDefinitionCollection 
       Inherits Xceed.Wpf.Toolkit.PropertyGrid.PropertyDefinitionBaseCollection(Of PropertyDefinition)
    'Usage
     
    Dim instance As PropertyDefinitionCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class PropertyDefinitionCollection : Xceed.Wpf.Toolkit.PropertyGrid.PropertyDefinitionBaseCollection<PropertyDefinition> 
    Inheritance Hierarchy
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PropertyDefinitionCollection class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyOverloaded. Gets the PropertDefinition with the specified name. (Inherited from Xceed.Wpf.Toolkit.PropertyGrid.PropertyDefinitionBaseCollection<PropertyDefinition>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
    Public Events
    Protected Events
    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