Skip to main content
All docs
V25.2
  • IModelActionDesignRibbonMapping.ActionToRibbonMapping Property

    Provides access to the Application Model‘s ActionToRibbonMapping node.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    IModelActionToRibbonMapping ActionToRibbonMapping { get; }

    Property Value

    Type Description
    IModelActionToRibbonMapping

    An object that contains information about ribbon structure.

    Remarks

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

    Context Ribbon Page

    See Also