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

INavigationDataMapping Interface

A base interface that defines a model for DxNavigationDataMappingBase<TModel>.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface INavigationDataMapping :
    IDataMapping

Remarks

Refer to the following topics about data binding and mappings:

See Also