TimeEditStyle Enum
In This Article
Enumerates values that specify how users edit the time (time span) in the TimeEdit and TimeSpanEdit controls.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Spin
|
The control displays spin buttons that allow users to edit the time (time span). |
Touch
|
The control displays tiles in a drop-down panel that allow users to edit the time (time span). |
#Related API Members
The following properties accept/return TimeEditStyle values:
#Remarks
The TimeEditStyle
type is used to specify the following properties:
See Also