Back to Devexpress

DataViewBase.ShowFocusedRectangle Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-21759730.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowFocusedRectangle { get; set; }
vb
Public Property ShowFocusedRectangle As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

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

See Also

FocusedRowBorderTemplate

FocusedCellBorderTemplate

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace