Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace / PropertyGrid Class / Properties Property


In This Topic
    Properties Property (PropertyGrid)
    In This Topic
    Gets the current collection of generated PropertyItem instances.
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As IList
    'Usage
     
    Dim instance As PropertyGrid
    Dim value As IList
     
    value = instance.Properties
    public IList Properties {get;}

    Property Value

    A PropertyItemCollection containing the current collection of generated PropertyItem instances.
    Remarks
    If AutoGenerateProperties is set to true, the PropertyGrid will generate all properties for a given object; if AutoGenerateProperties is set to false, you must add PropertyDefinition instances to PropertyDefinitions for each of the properties you want generated for display.
    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