Back to Devexpress

DataAreaElementData.IsSelected Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-f35357bd.md

latest1.2 KB
Original Source

DataAreaElementData.IsSelected Property

Gets a value that indicates whether the field value or data area cell is selected.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

true if the cell is selected; otherwise, false.

|

See Also

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace