Back to Devexpress

XtraScrollableControl.Text Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-99ef1453.md

latest1.3 KB
Original Source

XtraScrollableControl.Text Property

Gets or sets the text associated with the control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Text As String

Property Value

TypeDescription
String

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

|

See Also

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace