Skip to main content
Tab

TextEditHelpTextSettings.Position Property

Gets or sets the position of the editor’s help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(HelpTextPosition.Auto)]
public HelpTextPosition Position { get; set; }

Property Value

Type Default Description
HelpTextPosition Auto

One of the HelpTextPosition enumeration values.

Available values:

Name Description
Auto

The element is automatically displayed at the default position.

Top

A help text is displayed at the top of the nested control.

Bottom

A help text is displayed at the bottom of the nested control.

Left

A help text is displayed at the left of the nested control.

Right

A help text is displayed at the right of the nested control.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
ASPxTextEdit
.HelpTextSettings .Position
TextEditProperties
.HelpTextSettings .Position
See Also