Skip to main content
A newer version of this page is available. .

DataControlBase.CurrentRowHandle Property

Gets or sets the focused row’s handle.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[Browsable(false)]
public int CurrentRowHandle { get; set; }

Property Value

Type Description
Int32

The focused row’s handle.

See Also