Back to Devexpress

DateRangeControl.MaxValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-daterangecontrol-6e209cc7.md

latest1.2 KB
Original Source

DateRangeControl.MaxValue Property

Gets or sets the maximum date that can be selected in the DateRangeControl. 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 MaxValue { get; set; }
vb
Public Property MaxValue As Date

Property Value

TypeDescription
DateTime

Specifies the maximum date that can be selected in the DateRangeControl.

|

See Also

DateRangeControl Class

DateRangeControl Members

DevExpress.Xpf.Editors Namespace