Skip to main content
Tab

LayoutItemHelpTextSettings.HorizontalAlign Property

Gets or sets the current layout item’s help text horizontal alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(HelpTextHorizontalAlign.Auto)]
public virtual HelpTextHorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Default Description
HelpTextHorizontalAlign Auto

One of the HelpTextHorizontalAlign enumeration values.

Available values:

Name Description
Auto

The help text is automatically aligned within its parent container.

Left

The element is displayed at the left of its parent container.

Right

The element is displayed at the right of its parent container.

Center

The element is displayed at the center of its parent container.

Property Paths

You can access this nested property as listed below:

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