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.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

[DefaultBindingProperty("ItemsSource")]
public abstract class DataControlBase :
    Control,
    IValidationAttributeOwner,
    INotificationManager,
    INotifyPropertyChanged,
    IDXFilterable,
    IDXDomainDataSourceSupport,
    IDispalyMemberBindingClient,
    IEventArgsConverterSource,
    IWeakEventListener,
    IDataControllerOwner,
    ICollectionOwner
See Also