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

LayoutItem.Caption Property

Gets or sets the text displayed in the layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String "Layout Item"

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

See Also