Skip to main content

BootstrapCardViewColumnLayoutItem.HelpTextSettings Property

Provides access to the help text settings within a layout item.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutItemHelpTextSettings HelpTextSettings { get; }

Property Value

Type Description
BootstrapLayoutItemHelpTextSettings

A BootstrapLayoutItemHelpTextSettings object containing the help text properties.

See Also