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

PageControlTabState.Text Property

Gets a value that specifies the text of a tab page.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public string Text { get; protected set; }

Property Value

Type Description
String

A String value that is the text of the tab page.

Remarks

Use the Text property to obtain the text of the tab page.

To get the Text property value on the client side, use the ASPxClientTab.GetText method.

See Also