Back to Devexpress

PivotGridAppearances.FocusedCell Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridappearances-ea2d2277.md

latest1.6 KB
Original Source

PivotGridAppearances.FocusedCell Property

Gets the appearance settings used to paint the currently focused cell.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public AppearanceObject FocusedCell { get; }
vb
Public ReadOnly Property FocusedCell As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the currently focused cell.

|

Remarks

For more information on appearances, see the Appearances topic.

See Also

Cell

SelectedCell

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace