Skip to main content

PivotCellBaseEventArgs.Focused Property

Gets whether the processed cell is the focused cell.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public bool Focused { get; }

#Property Value

Type Description
Boolean

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

See Also