A newer version of this page is available.
Switch to the current version.
LayoutItem.Caption Property
Gets or sets the text displayed in the layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("Layout Item")]
public override string Caption { get; set; }
<DefaultValue("Layout Item")>
Public Overrides Property Caption As String
Property Value
Type | Default | Description |
---|---|---|
String | "Layout Item" |
A string that specifies the text displayed in the layout item. |
See Also
Feedback