DateEditProperties.TimeSectionProperties Property
Gets the settings of the editor’s dropdown window time section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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