Back to Devexpress

DataControlBase Class

wpf-devexpress-dot-xpf-dot-grid-10eb420b.md

latest3.6 KB
Original Source

DataControlBase Class

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

Declaration

csharp
[DefaultBindingProperty("ItemsSource")]
public abstract class DataControlBase :
    Control,
    IValidationAttributeOwner,
    INotificationManager,
    INotifyPropertyChanged,
    IDXFilterable,
    IDXDomainDataSourceSupport,
    IDispalyMemberBindingClient,
    IEventArgsConverterSource,
    IWeakEventListener,
    IDataControllerOwner,
    ICollectionOwner
vb
<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:

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataControlBase TreeListControlBase

TreeViewControl

GridControl

GanttControl

TreeListControl

See Also

DataControlBase Members

DevExpress.Xpf.Grid Namespace