Skip to main content
A newer version of this page is available. .
Tab

RibbonTab.Text Property

Gets or sets the text content of the current tab object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Tab")]
public string Text { get; set; }

Property Value

Type Default Description
String "Tab"

A string value that specifies the text content of the RibbonTab.

Remarks

ASPxRibbon_Text

<dx:RibbonTab Name="Insert" Text="Insert">
     <Groups>
          <dx:RibbonGroup Text="Tables">
               ...
          </dx:RibbonGroup>
          <dx:RibbonGroup Text="Illustrations">
               ...
          </dx:RibbonGroup>
          <dx:RibbonGroup Text="Charts">
               ...
          </dx:RibbonGroup>
     </Groups>
 </dx:RibbonTab>
See Also