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

DataControlBase Class

Serves as a base for classes that represents data-aware controls (e.g. GridControl).

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

[HasNotPublicByDesignProperties]
public abstract class DataControlBase :
    DXControl,
    INotificationManager,
    INotifyPropertyChanged,
    IColumnOwnerBase,
    IConvertClonePropertyValue,
    ISupportSaveLoadControlState,
    IRowsPanelOwner

The following members return DataControlBase objects:

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
See Also