Back to Devexpress

PivotCellEventArgs.Focused Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargs-67ce46d5.md

latest1.2 KB
Original Source

PivotCellEventArgs.Focused Property

Gets whether the processed cell is the focused cell.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

Selected

PivotCellEventArgs Class

PivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace