FieldValueElementData.ExpandButtonVisibility Property
In This Article
Gets the actual visibility state of the expand button.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.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