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

BootstrapDateEdit.TimeSectionProperties Property

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

Namespace: DevExpress.Web.Bootstrap

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

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