Skip to main content
A newer version of this page is available. .

PivotCellEventArgs.Selected Property

Gets whether the processed cell is selected.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public bool Selected { get; }

Property Value

Type Description
Boolean

true if the processed cell is selected; otherwise, false.

See Also