BootstrapDateEditTimeSectionProperties.TimeEditProperties Property
Gets the time edit settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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