aspnet-devexpress-dot-web-dot-ribbontab-815a9b0c.md
Gets or sets the text content of the current tab object.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue("Tab")]
public string Text { get; set; }
<DefaultValue("Tab")>
Public Property Text As String
| Type | Default | Description |
|---|---|---|
| String | "Tab" |
A string value that specifies the text content of the RibbonTab.
|
<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