DxGridModel.SelectedDataItem Property
In single selection mode, this property specifies the data item that corresponds to the selected Grid row.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Object | The data item. |
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.SelectedDataItem member. Refer to its description for more information.
See Also