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

    Defines functionality of the RibbonPage Application Model node.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

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

    Remarks

    The RibbonPage Application Model node specifies settings of a page in the Ribbon UI. You can set the page Caption, order Index, and access the list of nested RibbonPageGroup elements. Set the page’s Contextual property to true to highlight the page header and display it after standard ribbon pages.

    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