Back to Devexpress

RowData.IsFocused Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-483a225f.md

latest1.0 KB
Original Source

RowData.IsFocused Property

Gets whether the row is focused.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the row is focused; otherwise, false.

|

Remarks

To learn more, see Moving Row Focus.

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace