Skip to main content
A newer version of this page is available. .

PivotGridOptionsViewBase.DrawFocusedCellRect Property

Gets or sets whether a focus rectangle is painted around the currently focused cell.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(true)]
public bool DrawFocusedCellRect { get; set; }

Property Value

Type Default Description
Boolean **true**

true to paint a focus rectangle around the focused cell; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DrawFocusedCellRect
WinForms Controls PivotGridControl
.OptionsView .DrawFocusedCellRect
Reporting XRPivotGrid
.OptionsView .DrawFocusedCellRect
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsView .DrawFocusedCellRect
PivotGridSettings
.OptionsView .DrawFocusedCellRect
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsView .DrawFocusedCellRect
See Also