GridControl Class
The Data Grid control.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[ToolboxTabName("DX.23.2: Data")]
public class GridControl :
DataControlBase,
IDataControllerVisualClient,
IContextMenuCustomizer,
IContextMenuEventsRaiser,
IDataControllerCurrentSupport,
IDataControllerData2,
IDataControllerData,
IDataControllerSort,
IDataControllerValidationSupport
#Related API Members
The following members return GridControl objects:
#Remarks
The GridControl is a data-bound control that allows you to display and manage data in a tabular (rows/columns) format. The GridControl supports a wide array of cell editors, full end-user customization options, advanced data binding and management, layout persistence, validation, UI virtualization, and so on.
For detailed information on key features introduced by the GridControl, see: