Skip to main content

BootstrapGridViewColumnLayoutItem.CaptionSettings Property

Provides access to the item’s caption settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapLayoutItemCaptionSettings

A BootstrapLayoutItemCaptionSettings object containing the item caption properties.

See Also