Back to Devexpress

PropertyGridControl.PropertyDefinitionsSource Property

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

latest1.6 KB
Original Source

PropertyGridControl.PropertyDefinitionsSource Property

Gets or sets the source from which the grid generates 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 property definitions.

|

Remarks

To learn more, see Binding to a collection of PropertyDefinitions.

See Also

Binding to a collection of PropertyDefinitions

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace