Back to Devexpress

PropertyGridControl.PropertyDefinitions Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol.md

latest1.5 KB
Original Source

PropertyGridControl.PropertyDefinitions Property

Provides access to the collection of properties. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public PropertyDefinitionCollection PropertyDefinitions { get; }
vb
Public ReadOnly Property PropertyDefinitions As PropertyDefinitionCollection

Property Value

TypeDescription
PropertyDefinitionCollection

The collection of properties.

|

Remarks

Use the PropertyDefinitions property to add, remove and access individual items using indexed notation. Individual items in the collection are represented by the PropertyDefinition objects.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace