Back to Devexpress

PivotFieldValueEventArgs.Selected Property

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

latest1.1 KB
Original Source

PivotFieldValueEventArgs.Selected Property

Gets whether the processed field value is selected.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

true if the processed field value is selected; otherwise, false.

|

See Also

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace