Skip to main content

BootstrapCalendar.CaptionSettings Property

Provides access to the editor caption settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapEditorCaptionSettings

A BootstrapEditorCaptionSettings object containing the editor caption properties.

See Also