RibbonTab.Text Property
Gets or sets the text content of the current tab object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "Tab" | A string value that specifies the text content of the RibbonTab. |
Remarks
<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