Skip to main content
All docs
V26.1
  • DxRibbonTab Properties

    Defines a tab in the DxRibbon component.
    Name Description
    Attributes Specifies a collection of standard HTML attributes applied to the Ribbon Tab.
    ContentAttributes Specifies a collection of standard HTML attributes applied to Ribbon Tab content.
    Contextual Specifies if the current tab is contextual.
    CssClass Assigns a CSS class to a Ribbon tab.
    Enabled Specifies whether a Ribbon element is enabled.
    IconCssClass Specifies the name of the CSS class applied to the Ribbon tab’s icon.
    IconUrl Specifies the URL of the Ribbon tab’s icon.
    Text Specifies the tab text.
    Visible Specifies whether a Ribbon element is visible. Inherited from DxRibbonElementBase.
    See Also