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

DataViewBase.ShowFocusedRectangle Property

Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public bool ShowFocusedRectangle { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The focus rectangle can be painted only when a keyboard focus is on the GridControl.

See Also