GridControl Class
The grid control.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[HasNotPublicByDesignProperties]
[ToolboxTabName("DX.21.2: Data")]
public class GridControl :
GridControlBase,
IDataProviderOwner,
IDataProviderEvents,
IDataControllerVisualClient,
IDetailElement<DataControlBase>,
ITableView,
IGroupSummaryDisplayMode,
IContextMenuCustomizer,
IContextMenuEventsRaiser
Related API Members
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…
For detailed information on key features introduced by the DXGrid, see:
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
DataControlBase
GridControlBase
GridControl
See Also