Skip to main content

GridControlBase Class

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.1.dll

Declaration

[HasNotPublicByDesignProperties]
public abstract class GridControlBase :
    DataControlBase

The following members accept/return GridControlBase objects:

Remarks

The GridControlBase provides the basic functionality common to the GridControl.

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
Control
DevExpress.WinUI.Core.Internal.DXControl
See Also