Back to Devexpress

PivotGridControl.IsFieldListVisible Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-92ee7e38.md

latest1.3 KB
Original Source

PivotGridControl.IsFieldListVisible Property

Gets or sets whether the Field List is visible. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsFieldListVisible { get; set; }
vb
Public Property IsFieldListVisible As Boolean

Property Value

TypeDescription
Boolean

true to invoke the field list; otherwise, false.

|

See Also

ShowFieldList()

HideFieldList()

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace