Back to Devexpress

PivotCellBaseEventArgs.Focused Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-51fd805e.md

latest1.2 KB
Original Source

PivotCellBaseEventArgs.Focused Property

Gets whether the processed cell is the focused cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.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

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace