Skip to main content
A newer version of this page is available. .

StaticText.Text Property

Specifies the caption displayed by the Static Text View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string holding the caption displayed by the Static Text View Item.

Remarks

Use this property to change the caption displayed by the Static Text View Item at run time.

See Also