Skip to main content

DataViewBase.FocusedRow Property

Obsolete. Get or sets the currently focused data row.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[Obsolete("Use the DataControlBase.SelectedItem/DataControlBase.CurrentItem property instead")]
[CloneDetailMode(CloneDetailMode.Skip)]
public object FocusedRow { get; set; }

#Property Value

Type Description
Object

A Object specifying the focused row.

See Also