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

GridControl.GetSelectedItem() Method

Returns the currently selected row.

Namespace: DevExpress.UI.Xaml.Grid

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

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