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

GridControl Class

The grid control.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.1.dll

Declaration

[HasNotPublicByDesignProperties]
public class GridControl :
    GridControlBase,
    IDataProviderOwner,
    IDataProviderEvents,
    IDataControllerVisualClient,
    IDetailElement<DataControlBase>,
    ITableView,
    IGroupSummaryDisplayMode,
    IContextMenuCustomizer,
    IContextMenuEventsRaiser

The following members accept/return GridControl objects:

Remarks

The DevExpress Universal Grid Control is a data bound control that provides a two-dimensional representation of data from a data source. The Grid Control ships with a multitude of market-leading features, including advanced data binding, sorting, grouping and filtering, UI virtualization, and much more…

Grid_class

For detailed information on key features introduced by the DXGrid, see:

Inheritance

See Also