Back to Devexpress

PropertyDefinitionBase.PropertyDefinitionStyle Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-0c30af2b.md

latest1.4 KB
Original Source

PropertyDefinitionBase.PropertyDefinitionStyle Property

Gets or sets the style applied to the property. 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 the property.

|

Remarks

To learn more, see Appearance Customization.

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace