Skip to main content
Tab

ASPxDateEdit.TimeSectionProperties Property

Gets the settings of the editor’s dropdown window time section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DateEditTimeSectionProperties TimeSectionProperties { get; }

Property Value

Type Description
DateEditTimeSectionProperties

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

Remarks

This property is a wrapper of the DateEditProperties.TimeSectionProperties property.

See Also