Skip to main content
All docs
V25.2
  • IModelRibbonPage.Contextual Property

    Specifies whether the current ribbon page is highlighted.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    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