DateEditSettings.MinValue Property
Gets or sets the editor’s minimum value. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<DateTime> | A DateTime structure which represents the minimum allowed date. |
Remarks
An end-user cannot select a value from the dropdwn calendar if it is less than the minimum value. An end-user can also change the date by typing it in the text box. In this instance, if a new value preceeds the minimum allowed value, an error icon is displayed, indicating that the specified value is not valid.
The maximum allowed date is specified using the DateEditSettings.MaxValue property.
See Also