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

DxDataMappingBase<TModel> Class

Contains the base API for classes that implement mappings for the DxContextMenu, DxMenu, and DxTreeView components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxDataMappingBase<TModel> :
    DxSettingsComponent
    where TModel : IDataMapping

Type Parameters

Name Description
TModel

The type of the component model’s data.

Remarks

Refer to the following topics about data binding and mappings:

See Also