Skip to main content

ScrollBarBase.Text Property

Overrides the base class Text property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.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