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

    Defines functionality of the RibbonPageGroup Application Model node.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public interface IModelRibbonPageGroup :
        IModelNode,
        IModelList<IModelActionContainerToRibbonLink>,
        IList<IModelActionContainerToRibbonLink>,
        ICollection<IModelActionContainerToRibbonLink>,
        IEnumerable<IModelActionContainerToRibbonLink>,
        IEnumerable,
        IModelIndexedNode

    Remarks

    The RibbonPageGroup Application Model node specifies settings of a group in the Ribbon UI. You can set the group Caption, order Index, and access the list of nested ActionContainer 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