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

ScrollBarBase.Text Property

Overrides the base class Text property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

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

Property Value

Type Description
String

A string value representing the text associated with this control.

See Also