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


In This Topic
    PropertyGrid Property
    In This Topic
    Gets the PropertyGrid associated with the CollectionControl.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyGrid As PropertyGrid
    'Usage
     
    Dim instance As CollectionControl
    Dim value As PropertyGrid
     
    value = instance.PropertyGrid
    public PropertyGrid PropertyGrid {get;}

    Property Value

    The PropertyGrid associated with the CollectionControl.
    Requirements

    See Also