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.v18.2.dll

Declaration

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

The following members return DataControlBase objects:

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