Back to Devexpress

TimePicker.DateTime Property

wpf-devexpress-dot-xpf-dot-editors-dot-timepicker-0f4338cf.md

latest1.4 KB
Original Source

TimePicker.DateTime Property

Gets or sets the TimePicker edit value. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateTime DateTime { get; set; }
vb
Public Property DateTime As Date

Property Value

TypeDescription
DateTime

A time picker value.

|

Remarks

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 end users can select.

See Also

TimePicker Class

TimePicker Members

DevExpress.Xpf.Editors Namespace