Back to Devexpress

PivotCellBaseEventArgs.Selected Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-71c016cb.md

latest1.2 KB
Original Source

PivotCellBaseEventArgs.Selected Property

Gets whether the processed cell 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 cell is selected; otherwise, false.

|

See Also

Focused

Selection

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace