Skip to main content

PivotCellBaseEventArgs.Selected Property

Gets whether the processed cell is selected.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public bool Selected { get; }

#Property Value

Type Description
Boolean

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

See Also