DataControlBase Class
In This Article
Serves as a base for classes that represent data-aware controls (e.g. GridControl, TreeListControl).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[ComplexBindingProperties("ItemsSource")]
[DefaultBindingProperty("ItemsSource")]
public abstract class DataControlBase :
Control,
IValidationAttributeOwner,
INotificationManager,
INotifyPropertyChanged,
IDXFilterable,
IDXDomainDataSourceSupport,
IDispalyMemberBindingClient,
IEventArgsConverterSource,
IWeakEventListener
#Returned By
Properties and methods that return DataControlBase instances:
#Inheritance
#Extension Methods
See Also