Skip to main content

INavigationDataMapping Interface

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

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface INavigationDataMapping :
    IDataMapping

Remarks

Refer to the following topics about data binding and mappings:

Watch Video: Data Binding in Navigation Components

See Also