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
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.

See Also