GridControlBase Class
In This Article
Serves as the base class for data-aware controls (e.g., GridControl).
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
[HasNotPublicByDesignProperties]
public abstract class GridControlBase :
DataControlBase
#Related API Members
The following members return GridControlBase objects:
#Remarks
The GridControlBase provides the basic functionality common to the GridControl.
#Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
DataControlBase
GridControlBase
See Also