Skip to main content

DxGrid Class

A component that displays data in tabular format and allows users to edit, sort, group, filter, and otherwise shape the data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxGrid :
    ParameterTrackerComponent,
    INestedSettingsOwner,
    IGridDataPresentationParamsAccessor,
    IGrid,
    IAsyncDisposable,
    ISizeModeAccessor,
    IRequireSelfCascading,
    IVirtualScrollProviderOwner

Remarks

DevExpress Blazor Grid (DxGrid) allows you to display, manage, and shape tabular data.

Grid Overview

Run Demo: Grid - Overview Read Tutorial: Get Started with Grid Watch Video: Get Started with Grid

Features

The list below includes features available in the Blazor Grid component:

Troubleshooting

If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.

Inheritance

Object
ComponentBase
DevExpress.Blazor.Internal.ParameterTrackerComponent
DxGrid
See Also