Back to Devexpress

PropertyGridControl.ExpandButtonsVisibility Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-f7e0cb0a.md

latest1.3 KB
Original Source

PropertyGridControl.ExpandButtonsVisibility Property

Gets or sets whether the expand button is visible within property grid rows that support expanding. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public Visibility ExpandButtonsVisibility { get; set; }
vb
Public Property ExpandButtonsVisibility As Visibility

Property Value

TypeDescription
Visibility

A Visibility enumeration value.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace