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

GridCustomDataSource Class

Allows you to bind the DxGrid to a custom data source.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class GridCustomDataSource

Remarks

You can bind the grid to data in the following ways:

We recommend that you use the GridCustomDataSource class only if the described ways are not suitable.

Inheritance

See Also