DataControlBase Class
Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
[DefaultBindingProperty("ItemsSource")]
public abstract class DataControlBase :
Control,
IValidationAttributeOwner,
INotificationManager,
INotifyPropertyChanged,
IDXFilterable,
IDXDomainDataSourceSupport,
IDispalyMemberBindingClient,
IEventArgsConverterSource,
IWeakEventListener,
IDataControllerOwner,
ICollectionOwner
Related API Members
The following members return DataControlBase objects:
Inheritance
See Also