Back to Devexpress

ASPxTextEdit.HelpText Property

aspnet-devexpress-dot-web-dot-aspxtextedit-1168ebe1.md

latest1.1 KB
Original Source

ASPxTextEdit.HelpText Property

Gets or sets the current editor help text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string HelpText { get; set; }
vb
<DefaultValue("")>
Public Property HelpText As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the text content of the editor’s help text.

|

See Also

ASPxTextEdit Class

ASPxTextEdit Members

DevExpress.Web Namespace