Back to Devexpress

PropertyGridControl.ActualDescriptionContainerStyleSelector Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-62be4f51.md

latest1.9 KB
Original Source

PropertyGridControl.ActualDescriptionContainerStyleSelector Property

Gets the actual style selector that chooses a property description style based on custom logic. 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 StyleSelector ActualDescriptionContainerStyleSelector { get; protected set; }
vb
<Browsable(False)>
Public Property ActualDescriptionContainerStyleSelector As StyleSelector

Property Value

TypeDescription
StyleSelector

A StyleSelector descendant that is the actual style selector.

|

Remarks

To learn more, see Appearance Customization.

See Also

DescriptionContainerStyleSelector

Choosing Templates Based on Custom Logic

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace