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

BootstrapCardViewColumnLayoutItem.CaptionSettings Property

Provides access to the layout item caption settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutItemCaptionSettings CaptionSettings { get; }

Property Value

Type Description
BootstrapLayoutItemCaptionSettings

A BootstrapLayoutItemCaptionSettings object containing the layout item caption settings.

See Also