Skip to main content
A newer version of this page is available. .

DevExpress.Blazor.Base Namespace

Contains base classes for DevExpress Blazor components.

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Classes

Name Description
BaseComponent Defines the base API for classes that implement DevExpress components for Blazor.
DxComplexSettingsComponent<TComponent, TModel> Defines the base API for classes that define component-related markup settings.
DxComponentBase Defines the base API for classes that implement DevExpress components for Blazor.
DxComponentBase<JSProxyType> Defines the base API for classes that implement DevExpress components for Blazor.
DxContextMenuDataMappingBase Contains the base API for classes that implement mappings in the DxContextMenu component.
DxControlComponent<TComponent, JSProxyType> Implements internal functionality for correct work of Devexpress Blazor components.
DxControlComponent<TComponent, JSProxyType, TModel> Implements internal functionality for correct work of Devexpress Blazor components.
DxDataColumnBase Defines the base API for classes that implement columns.
DxDataColumnBase<T> Defines the base API for classes that implement data columns.
DxDataEditor<T> Defines the base API for classes that implement data editors.
DxDataEditorBase<T, JSProxyType> Defines the base API for classes that implement data editors.
DxDataGridColumnBase<T> Defines the base API for classes that implement a Data Grid column.
DxDataMappingBase<TModel> Contains the base API for classes that implement mappings for the DxContextMenu, DxMenu, and DxTreeView components.
DxDropDownBase<T, JSProxyType> Provides base API for editors with drop-down windows.
DxInputDataEditorBase<T> Defines the base API for editors that contain an input element.
DxMaskPropertiesBase Defines the base API for classes that define mask-related properties.
DxMenuDataMappingBase Contains the base API for classes that implement mappings in the DxMenu component.
DxModel Defines the base API for classes that implements models.
DxModel<T> Defines the base API for classes that implement models.
DxNavigationControlComponent<TComponent, JSProxyType> Implements the base API for navigation components.
DxNavigationDataMappingBase<TModel> Defines the base API for classes that implement data mappings in the Context Menu, Menu, and TreeView components.
DxNavigationItemBaseComponent<TModel> Implements the base API for navigation components.
DxResizableEditorBase<T, JSProxyType> Defines the base API for classes that implement editors with multiple size modes.
DxSchedulerDayViewBase Defines the base API for classes that implement a DxSchedulerDayView component.
DxSchedulerMappingsBase Defines the base API for classes that implement mappings in a Scheduler component.
DxSettingsComponent Defines the base API for classes that implement DevExpress Blazor component settings.
DxSettingsComponent<TModel> Defines the base API for classes that implement DevExpress Blazor component settings.
DxTabBase Defines the base API for classes that implement a tab.
DxTextEditorBase Defines the base API for classes that implement text editors.
DxToolbarItemBase Defines the base API for classes that implement Toolbar items.
DxTreeViewDataMappingBase Contains the base API for classes that implement mappings in the DxTreeView component.
FormLayoutGroupBase Defines the base API for classes that implement a Form Layout group.
FormLayoutItemBase Defines the base API for classes that implement Form Layout elements (items, groups, tabs, and tab pages).
LayoutElementBase Contains the base API for classes that implement rows and columns in DxGridLayout.
PivotGridFieldBase Defines the base API for classes that implement pivot grid fields.
PivotGridModelBase Provides base API for a Pivot Grid component model.
SchedulerFormLayoutItemBase Provides the base API for classes that implement layout items for the appointment edit form.

Interfaces

Name Description
IDataMapping A base interface that defines a model for data mappings.
IMenuDataMappingModel A base interface that defines a model for Menu data mappings.
INavigationDataMapping A base interface that defines a model for DxNavigationDataMappingBase<TModel>.