Skip to main content

FieldValueElementData.ExpandButtonVisibility Property

Gets the actual visibility state of the expand button.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Visibility ExpandButtonVisibility { get; }

Property Value

Type Description
Visibility

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

See Also