Skip to main content
A newer version of this page is available.
All docs
V21.2

IMenuDataMappingModel Interface

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

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface IMenuDataMappingModel :
    INavigationDataMapping,
    IDataMapping

Remarks

Refer to the following topics about data binding and mappings:

See Also