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

    Defines the functionality of the ActionContainerToRibbonLink Application Model node.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    Remarks

    The ActionContainerToRibbonLink Application Model node defines a link (placeholder for an Action Container) in the Ribbon UI. Use the ActionContainer property to specify the mapped Action Container. The Index property determines the order in which these nodes appear.

    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.

    Action Container Property in the Model Editor

    See Also