Skip to main content

DataControlBase Class

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
See Also