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

TrackBarControl.Text Property

Overrides the BaseEdit.Text property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Bindable(false)]
[Browsable(false)]
public override string Text { get; set; }

Property Value

Type Description
String

A string value that represents the text displayed by the editor.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also