Back to Devexpress

PropertyDefinitionBase.ExpandButtonVisibility Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-d3e59759.md

latest1.5 KB
Original Source

PropertyDefinitionBase.ExpandButtonVisibility Property

Gets or sets whether the expand button is visible within a property grid row that supports 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? ExpandButtonVisibility { get; set; }
vb
Public Property ExpandButtonVisibility As Visibility?

Property Value

TypeDescription
Nullable<Visibility>

A Visibility enumeration value that is the visibility of the expand button.

|

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace