Skip to main content

PivotCellBaseEventArgs.Focused Property

Gets whether the processed cell is the focused cell.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool Focused { get; }

Property Value

Type Description
Boolean

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

See Also