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

TimeEditStyle Enum

Contains values that specify the way time is edited in a TimeEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public enum TimeEditStyle

Members

Name Description
SpinButtons

The time value is edited using spin buttons:

TimeEdit-TimeEditStyle-Spin

TouchUI

The time value is edited using a Touch-aware dropdown window:

TimeEdit-TimeEditStyle-TouchUI

Related API Members

The following properties accept/return TimeEditStyle values:

Remarks

Use the RepositoryItemTimeEdit.TimeEditStyle property to specify the way time is edited in a TimeEdit control.

See Also