Back to Devexpress

LayoutItem.Caption Property

aspnet-devexpress-dot-web-dot-layoutitem-60a1f909.md

latest1.1 KB
Original Source

LayoutItem.Caption Property

Gets or sets the text displayed in the layout item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Layout Item")]
public override string Caption { get; set; }
vb
<DefaultValue("Layout Item")>
Public Overrides Property Caption As String

Property Value

TypeDefaultDescription
String"Layout Item"

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

|

See Also

LayoutItem Class

LayoutItem Members

DevExpress.Web Namespace