Skip to main content
.NET 6.0+

IModelLayoutElementWithCaption.Caption Property

Specifies a layout element’s caption.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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