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

TabbedLayoutGroup.Caption Property

Gets or sets the text displayed in the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("Tabbed Group")]
public override string Caption { get; set; }

Property Value

Type Default Description
String "Tabbed Group"

A string that specifies the text displayed in the tabbed layout group.

See Also