GridListEditor.GetDataGridAdapter<T>() Method
Provides access to a data grid adapter for specified business objects.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Grid
Assembly: DevExpress.ExpressApp.Blazor.v23.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Type Parameters
Name | Description |
---|---|
T | A type of business objects for which you want to get a grid adapter. |
Returns
Type | Description |
---|---|
DevExpress.ExpressApp.Blazor.Editors.Grid.IDxDataGridAdapter<T> | A data grid adapter. |
Remarks
Important
This API is now in maintenance mode. Use the DxGridListEditor instead.
See Also