Skip to main content

BootstrapDateEditTimeSectionProperties.TimeEditProperties Property

Gets the time edit settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapDateEditTimeEditProperties TimeEditProperties { get; }

Property Value

Type Description
BootstrapDateEditTimeEditProperties

A BootstrapDateEditTimeEditProperties object that contains the settings.

See Also