Back to Devexpress

PropertyGridControl.ActualDescriptionContainerStyle Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-54c165af.md

latest1.7 KB
Original Source

PropertyGridControl.ActualDescriptionContainerStyle Property

Gets the actual property description style. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
[Browsable(false)]
public Style ActualDescriptionContainerStyle { get; protected set; }
vb
<Browsable(False)>
Public Property ActualDescriptionContainerStyle As Style

Property Value

TypeDescription
Style

A Style object that specifies the actual style applied to property descriptions.

|

Remarks

To learn more, see Styles and Templates

See Also

DescriptionContainerStyle

DescriptionContainerStyleSelector

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace