Skip to main content

GridControl.GetSelectedItem() Method

Returns the currently selected row.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object GetSelectedItem()

Returns

Type Description
Object

An object that corresponds to the selected row.

Remarks

To obtain a row object that corresponds to a row with the specified handle, use the GridControl.GetRow method.

See Also