A newer version of this page is available.
Switch to the current version.
BootstrapLayoutItemHelpTextSettings.Position Property
Gets or sets the position of the layout item help text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(BootstrapLayoutItemHelpTextPosition.NotSet)]
public BootstrapLayoutItemHelpTextPosition Position { get; set; }
<DefaultValue(BootstrapLayoutItemHelpTextPosition.NotSet)>
Public Property Position As BootstrapLayoutItemHelpTextPosition
Property Value
Type | Default | Description |
---|---|---|
BootstrapLayoutItemHelpTextPosition | NotSet |
One of the BootstrapLayoutItemHelpTextPosition enumeration values. |
Property Paths
You can access this nested property as listed below:
Show 14 property paths
Object Type | Path to Position |
---|---|
BootstrapCardViewColumnLayoutItem |
|
BootstrapCardViewCommandLayoutItem |
|
BootstrapCardViewFormLayoutProperties |
|
BootstrapCardViewLayoutGroup |
|
BootstrapCardViewTabbedLayoutGroup |
|
BootstrapEditModeCommandLayoutItem |
|
BootstrapFormLayout |
|
BootstrapGridViewColumnLayoutItem |
|
BootstrapGridViewFormLayoutProperties |
|
BootstrapGridViewLayoutGroup |
|
BootstrapGridViewTabbedLayoutGroup |
|
BootstrapLayoutGroup |
|
BootstrapLayoutItem |
|
BootstrapTabbedLayoutGroup |
|
See Also
Feedback