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

LayoutGroup.Caption Property

Gets or sets the text displayed in the layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Layout Group"

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

See Also