Xceed Toolkit Plus for WPF v4.6 Documentation
PropertyGrid Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > CollectionControl Class : PropertyGrid Property
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

Reference

CollectionControl Class
CollectionControl Members