Back to Devexpress

RibbonTab.Text Property

aspnet-devexpress-dot-web-dot-ribbontab-815a9b0c.md

latest1.7 KB
Original Source

RibbonTab.Text Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Tab")]
public string Text { get; set; }
vb
<DefaultValue("Tab")>
Public Property Text As String

Property Value

TypeDefaultDescription
String"Tab"

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

|

Remarks

aspx
<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

Ribbon

ShowTabs

RibbonTab Class

RibbonTab Members

DevExpress.Web Namespace