Skip to main content
A newer version of this page is available. .

FieldValueElementData.ExpandButtonVisibility Property

Gets the actual visibility state of the expand button.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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