Back to Devexpress

PropertyDefinitionBase.PropertyDefinitions Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-340e0a30.md

latest1.6 KB
Original Source

PropertyDefinitionBase.PropertyDefinitions Property

Provides access to the child 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

A PropertyDefinitionCollection object.

|

Remarks

The property grid stores its properties within the PropertyDefinitions collection. This collection provides methods that allow you to add new and remove existing properties. Individual properties are represented by PropertyDefinition objects.

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace