GridControl.GetSelectedItem() Method
In This Article
Returns the currently selected row.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#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