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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[HasNotPublicByDesignProperties]
public abstract class DataControlBase :
DXControl,
INotificationManager,
INotifyPropertyChanged,
IColumnOwnerBase,
IConvertClonePropertyValue,
ISupportSaveLoadControlState,
IRowsPanelOwner
Related API Members
The following members return DataControlBase objects:
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
See Also