Skip to main content

DataControlBase.CurrentItem Property

Gets or sets the currently focused data row.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public object CurrentItem { get; set; }

#Property Value

Type Description
Object

A Object specifying the focused row.

See Also