wpf-devexpress-dot-xpf-dot-grid-10eb420b.md
Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
[DefaultBindingProperty("ItemsSource")]
public abstract class DataControlBase :
Control,
IValidationAttributeOwner,
INotificationManager,
INotifyPropertyChanged,
IDXFilterable,
IDXDomainDataSourceSupport,
IDispalyMemberBindingClient,
IEventArgsConverterSource,
IWeakEventListener,
IDataControllerOwner,
ICollectionOwner
<DefaultBindingProperty("ItemsSource")>
Public MustInherit Class DataControlBase
Inherits Control
Implements IValidationAttributeOwner,
INotificationManager,
INotifyPropertyChanged,
IDXFilterable,
IDXDomainDataSourceSupport,
IDispalyMemberBindingClient,
IEventArgsConverterSource,
IWeakEventListener,
IDataControllerOwner,
ICollectionOwner
The following members return DataControlBase objects:
Show 13 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataControlBase TreeListControlBase
See Also