Back to Devexpress

TimePicker.MinValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-timepicker-2c7dc3da.md

latest1.4 KB
Original Source

TimePicker.MinValue Property

Gets or sets a minimum date and time that end users can select. 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? MinValue { get; set; }
vb
Public Property MinValue As Date?

Property Value

TypeDescription
Nullable<DateTime>

A minimum date and time end users are allowed to select.

|

Remarks

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

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