TextEditHelpTextSettings.DisplayMode Property
Gets or sets a value that specifies how a help text is displayed within its container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(HelpTextDisplayMode.Inline)]
public HelpTextDisplayMode DisplayMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HelpTextDisplayMode | Inline | One of the HelpTextDisplayMode enumeration values. |
Available values:
Name | Description |
---|---|
Popup | The help text is dynamically displayed when the corresponding control is focused. |
Inline | The help text is constantly displayed at its location. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DisplayMode |
---|---|
ASPxTextEdit |
|
TextEditProperties |
|
See Also