Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutElementWithCaption.Caption Property

Specifies a layout element’s caption.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Caption { get; set; }

Property Value

Type Description
String

A string specifying a layout elements’ caption.

See Also