Skip to main content
A newer version of this page is available. .

BootstrapDialogFieldBase.HelpTextPosition Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapLayoutItemHelpTextPosition HelpTextPosition { get; set; }

Property Value

Type
BootstrapLayoutItemHelpTextPosition

Available values:

Name Description
NotSet

The positioning of help text is not set.

Top

Help text is positioned at the top of the layout item.

Bottom

Help text is positioned at the bottom of the layout item.

See Also