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

DateEditProperties.TimeSectionProperties Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DateEditTimeSectionProperties TimeSectionProperties { get; }

Property Value

Type Description
DateEditTimeSectionProperties

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

Remarks

Use the TimeSectionProperties property to access and customize the time section’s settings within the date editor.

Note

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

See Also