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

GridControl Class

The grid control.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[ToolboxTabName("DX.18.2: Data")]
[HasNotPublicByDesignProperties]
public class GridControl :
    GridControlBase,
    IDataProviderOwner,
    IDataProviderEvents,
    IDataControllerVisualClient,
    IDetailElement<DataControlBase>,
    ITableView,
    IGroupSummaryDisplayMode,
    IContextMenuCustomizer,
    IContextMenuEventsRaiser

The following members 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

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.Core.Native.DXControl
See Also