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