Skip to main content

XtraScrollableControl.Text Property

Gets or sets the text associated with the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string Text { get; set; }

Property Value

Type Description
String

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

See Also