BootstrapLayoutItemHelpTextSettings.Position Property
Gets or sets the position of the layout item help text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(BootstrapLayoutItemHelpTextPosition.NotSet)]
public BootstrapLayoutItemHelpTextPosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
BootstrapLayoutItemHelpTextPosition | NotSet | One of the BootstrapLayoutItemHelpTextPosition enumeration values. |
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Position |
---|---|
BootstrapCardViewColumnLayoutItem |
|
BootstrapCardViewCommandLayoutItem |
|
BootstrapCardViewFormLayoutProperties |
|
BootstrapCardViewLayoutGroup |
|
BootstrapCardViewTabbedLayoutGroup |
|
BootstrapEditModeCommandLayoutItem |
|
BootstrapFormLayout |
|
BootstrapGridViewColumnLayoutItem |
|
BootstrapGridViewFormLayoutProperties |
|
BootstrapGridViewLayoutGroup |
|
BootstrapGridViewTabbedLayoutGroup |
|
BootstrapLayoutGroup |
|
BootstrapLayoutItem |
|
BootstrapTabbedLayoutGroup |
|
See Also