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

GridControlBase Class

Serves as the base class for data-aware controls (e.g., GridControl).

Namespace: DevExpress.UI.Xaml.Grid

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

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.Core.Native.DXControl
See Also