Skip to main content

DataControlCommandsBase Class

Contains built-in commands for data-aware controls (the DataControlBase descendants).

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class DataControlCommandsBase :
    CommandsContainer<DataControlBase>

The following members return DataControlCommandsBase objects:

Inheritance

Object
BindableBase
DevExpress.WinUI.Core.Internal.CommandsContainerBase
DevExpress.WinUI.Core.Internal.CommandsContainer<DataControlBase>
DataControlCommandsBase
See Also