Back to Devexpress

PropertyGridControl.PropertyDefinitionStyle Property

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

latest1.4 KB
Original Source

PropertyGridControl.PropertyDefinitionStyle Property

Gets or sets the style applied to 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 Style PropertyDefinitionStyle { get; set; }
vb
Public Property PropertyDefinitionStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the style applied to property definitions.

|

Remarks

To learn more, see Appearance Customization.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace