Skip to main content

GridControlBase Class

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

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
See Also