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

    Specifies if the current tab is contextual.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    true if the tab is contextual; false if the tab is not contextual.

    Remarks

    Refer to the Contextual property description for additional information and examples.

    See Also