Skip to main content

TrackBarControl.Text Property

Overrides the BaseEdit.Text property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Bindable(false)]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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