Skip to main content
All docs
V26.1
  • IModelRibbonPage.Contextual Property

    Specifies whether the current ribbon page is highlighted.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool Contextual { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true if the page is contextual; otherwise, false.

    Remarks

    The XAF application shows ribbon pages when they have visible actions. Contextual ribbon pages (where Contextual is true) are highlighted and appear after standard ribbon pages.

    Context Ribbon Page

    See Also