Back to Devexpress

PivotGridAppearances.SelectedCell Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridappearances-4682022b.md

latest1.8 KB
Original Source

PivotGridAppearances.SelectedCell Property

Gets the appearance settings used to paint the selected cells.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the selected cells.

|

Remarks

The cells can be custom painted using the PivotGridControl.CustomDrawCell event.

For more information on appearances, see the Appearances topic.

See Also

Cell

FocusedCell

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace