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

PivotGridControl.DrawFocusedCellRect Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public bool DrawFocusedCellRect { get; set; }

Property Value

Type Description
Boolean

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

See Also