Back to Devexpress

TimeEditStyle Enum

windowsforms-devexpress-dot-xtraeditors-dot-repository-35d91020.md

latest2.1 KB
Original Source

TimeEditStyle Enum

Enumerates values that specify how users edit the time (time span) in the TimeEdit and TimeSpanEdit controls.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum TimeEditStyle
vb
Public Enum TimeEditStyle

Members

NameDescription
SpinButtons

The control displays spin buttons that allow users to edit the time (time span).

| | TouchUI |

The control displays tiles in a drop-down panel that allow users to edit the time (time span).

|

The following properties accept/return TimeEditStyle values:

Remarks

The TimeEditStyle type is used to specify the following properties:

See Also

TimeEditStyle

DevExpress.XtraEditors.Repository Namespace