DateEditProperties.TimeSectionProperties Property
In This Article
Gets the settings of the editor’s dropdown window time section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DateEditTimeSectionProperties TimeSectionProperties { get; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Use the TimeSectionProperties property to access and customize the time section’s settings within the date editor.
Note
The Time
See Also