Skip to main content
Tab

LayoutItemHelpTextSettings.Position Property

Gets or sets the position of the layout item help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(HelpTextPosition.Auto)]
public virtual 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:

Library Object Type Path to Position
ASP.NET MVC Extensions FormLayoutSettings<ModelType>
ASP.NET Web Forms Controls ASPxFormLayout
FormLayoutProperties
LayoutGroupBase
LayoutItem
.HelpTextSettings .Position
See Also