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.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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