Skip to main content

BootstrapDateEdit.TimeSectionProperties Property

Gets the settings of the editor’s drop-down window time section.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapDateEditTimeSectionProperties TimeSectionProperties { get; }

Property Value

Type Description
BootstrapDateEditTimeSectionProperties

A BootstrapDateEditTimeSectionProperties object that contains the time section’s settings.

Remarks

This property is a wrapper of the BootstrapDateEditProperties.TimeSectionProperties property. Please refer to its description for more information.

See Also