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

XtraScrollableControl.Text Property

Gets or sets the text associated with the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
[SmartTagProperty("Text", "", SmartTagActionType.RefreshBoundsAfterExecute)]
public override string Text { get; set; }

Property Value

Type Description
String

A string value that specifies the text associated with the control.

See Also