Skip to main content

DevExpress.Blazor.Base Namespace

Contains base classes for DevExpress Blazor components.

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Classes

Name Description
BaseComponent Defines the base API for classes that implement DevExpress components for Blazor.
DxAccordionDataMappingBase Contains the base API for classes that implement mappings in the DxAccordion component.
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<JSProxyType> Implements internal functionality for correct work of DevExpress Blazor components.
DxControlComponent<JSProxyType, TModel> Implements internal functionality for correct work of DevExpress Blazor components.
DxControlComponentBase Implements the base API for DxGridLayout, DxStackLayout, and DxNavigationControlComponent<TModel>.
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 DxAccordion, 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.
DxMaskedInputBase<T> Defines the base API for the DxMaskedInput<T> and DxSpinEdit<T> classes.
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<TModel> Implements the base API for DxMenu.
DxNavigationControlComponent<JSProxyType, TModel> Implements the base API for navigation components.
DxNavigationDataMappingBase<TModel> Defines the base API for classes that implement data mappings in the Accordion, Context Menu, Menu, Toolbar, 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.
DxSizableComponentBase Implements the base API for resizing in dialogs.
DxTabBase Defines the base API for classes that implement a tab or tab with content.
DxToolbarDataMappingBase Contains the base API for classes that implement mappings in the DxToolbar component.
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.
NavigationCheckedChangedEventArgs<TInfo> Contains information for the CheckedChanged event.
NavigationSelectionChangedEventArgs<TInfo> Contains data for the SelectionChanged event.
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.
SchedulerPopupButtonBase A base class that implements buttons used in the Scheduler‘s appointment tooltip and edit forms.

Interfaces

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