Back to Devexpress

PivotGridOptionsSelection.EnableAppearanceFocusedCell Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsselection-a5ebe00a.md

latest2.4 KB
Original Source

PivotGridOptionsSelection.EnableAppearanceFocusedCell Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(false)]
public bool EnableAppearanceFocusedCell { get; set; }
vb
<DefaultValue(False)>
Public Property EnableAppearanceFocusedCell As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the appearance settings for focused cells are enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

CellSelection

FocusedCell

CustomDrawCell

PivotGridOptionsSelection Class

PivotGridOptionsSelection Members

DevExpress.XtraPivotGrid Namespace