Skip to main content
A newer version of this page is available.
All docs
V19.1

BootstrapLayoutItemCaptionSettings(LayoutItemBase) Constructor

Initializes a new instance of the BootstrapLayoutItemCaptionSettings class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapLayoutItemCaptionSettings(
    LayoutItemBase item
)

Parameters

Name Type Description
item LayoutItemBase

A LayoutItemBase object that is the layout item containing the required settings.

See Also