Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

StaticText.Caption Property

Returns the current View Item‘s caption.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string Caption { get; set; }

Property Value

Type Description
String

A string value representing the current View Item’s caption.

See Also