Skip to main content
All docs
V25.2
  • IModelActionToRibbonMapping Interface

    Provides access to the list of RibbonPage models.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    [ImageName("ModelEditor_Actions_ActionToContainerMapping")]
    public interface IModelActionToRibbonMapping :
        IModelNode,
        IModelList<IModelRibbonPage>,
        IList<IModelRibbonPage>,
        ICollection<IModelRibbonPage>,
        IEnumerable<IModelRibbonPage>,
        IEnumerable

    Remarks

    The IModelActionToRibbonMapping interface declares a list of IModelRibbonPage elements.

    For more information about the ribbon, refer to the following section: Display and Customize the Ribbon UI in an XAF Blazor Application.

    This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

    Context Ribbon Page

    See Also