Back to Devexpress

PropertyDefinitionBase.PropertyDefinitionsSource Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-05eac5ef.md

latest1.4 KB
Original Source

PropertyDefinitionBase.PropertyDefinitionsSource Property

Gets or sets the source from which the grid generates the property definitions. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public IEnumerable PropertyDefinitionsSource { get; set; }
vb
Public Property PropertyDefinitionsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

The source from which the grid generates the property definitions.

|

See Also

Binding to a collection of PropertyDefinitions

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace