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

TimePicker Class

Represents a TimePicker control.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public class TimePicker :
    Control

Remarks

The TimePicker editor consists of a clock face and a time edit box.

time picker editor

Use the DateTime property to get or set a TimePicker value.

When the DateTime property value is changed, the DateTimeChanged event occurs.

You can use the MinValue and MaxValue properties to set a range of allowed values that end users can select.

Integrate to DateEdit

You can integrate the TimePicker editor in the DateEdit‘s popup: pass the DateEditNavigatorWithTimePickerStyleSettings object to the DateEdit‘s StyleSettings property.

date edit with time picker

See Also