Skip to main content

PivotGridOptionsSelection.EnableAppearanceFocusedCell Property

Gets or sets whether the appearance settings used to paint the focused cell are enabled.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public bool EnableAppearanceFocusedCell { get; set; }

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
.OptionsSelection .EnableAppearanceFocusedCell

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