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
[KeyProperty("ContainerId")]
public interface IModelActionContainerToRibbonLink :
IModelNode,
IModelIndexedNode
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.
