Back to Devexpress

DataViewBase.FocusedRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-2c9824b6.md

latest1.5 KB
Original Source

DataViewBase.FocusedRow Property

OBSOLETE

Use the DataControlBase.SelectedItem/DataControlBase.CurrentItem property instead

Get or sets the currently focused data row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DataControlBase.SelectedItem/DataControlBase.CurrentItem property instead")]
public object FocusedRow { get; set; }
vb
<Obsolete("Use the DataControlBase.SelectedItem/DataControlBase.CurrentItem property instead")>
Public Property FocusedRow As Object

Property Value

TypeDescription
Object

A Object specifying the focused row.

|

See Also

SelectedItem

CurrentItem

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace