Back to Devexpress

PivotFieldValueEventArgs.IsColumn Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-d96cc3de.md

latest1.2 KB
Original Source

PivotFieldValueEventArgs.IsColumn Property

Gets whether the field is displayed within the Column Header Area.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsColumn { get; }
vb
Public ReadOnly Property IsColumn As Boolean

Property Value

TypeDescription
Boolean

true if the field is displayed within the Column Header Area; otherwise, false.

|

See Also

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace