Skip to main content
All docs
V22.1

IMenuDataMappingModel Interface

A base interface that defines a model for Menu data mappings.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface IMenuDataMappingModel :
    INavigationDataMapping,
    IDataMapping

Remarks

Refer to the following topics about data binding and mappings:

Watch Video: Data Binding in Navigation Components

See Also