A newer version of this page is available.
BootstrapLayoutItemHelpTextSettings(LayoutItemBase) Constructor
nitializes a new instance of the BootstrapLayoutItemHelpTextSettings class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapLayoutItemHelpTextSettings(
LayoutItemBase item
)
Public Sub New(
item As LayoutItemBase
)
Parameters
Name | Type | Description |
---|---|---|
item | LayoutItemBase | A LayoutItemBase object that is the layout item containing the required settings. |
See Also
Feedback