Skip to main content

BootstrapDateEditProperties.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

The TimeSectionProperties property synchronizes its value with the editor’s BootstrapDateEdit.TimeSectionProperties property.

See Also