PivotGridOptionsSelection.EnableAppearanceFocusedCell Property
Gets or sets whether the appearance settings used to paint the focused cell are enabled.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the appearance settings for focused cells are enabled; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableAppearanceFocusedCell |
---|---|
PivotGridControl |
|
Remarks
The EnableAppearanceFocusedCell property specifies whether the appearance settings provided by the PivotGridAppearances.FocusedCell property are in effect.
If the focused cell is a custom painted cell, setting the EnableAppearanceFocusedCell property has no effect.
See Also