Back to Devexpress

PivotGridOptionsViewBase.DrawFocusedCellRect Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-cc08e93e.md

latest1.4 KB
Original Source

PivotGridOptionsViewBase.DrawFocusedCellRect Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(true)]
public bool DrawFocusedCellRect { get; set; }
vb
<DefaultValue(True)>
Public Property DrawFocusedCellRect As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace