Back to Devexpress

RibbonTab.Name Property

aspnet-devexpress-dot-web-dot-ribbontab-3494f2c5.md

latest1.5 KB
Original Source

RibbonTab.Name Property

Gets or sets the name for the current ribbon tab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the tab name.

|

Remarks

The Name property specifies the name for the current tab. This property can be used at runtime to obtain a particular tab on the client side using the ASPxClientRibbon.GetTabByName method.

See Also

Ribbon

GetTabByName(name)

RibbonTab Class

RibbonTab Members

DevExpress.Web Namespace