Back to Devexpress

TextEditProperties.HelpText Property

aspnet-devexpress-dot-web-dot-texteditproperties.md

latest1.2 KB
Original Source

TextEditProperties.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

TextEditProperties Class

TextEditProperties Members

DevExpress.Web Namespace