DateEdit.Maximize() Method
Sets the editor’s value to the maximum allowed value.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
This method sets the editor’s DateEdit.DateTime property to the maximum allowed value, specified by the DateEdit.MaxValue property. To set the editor’s value to the minimum allowed value, use the DateEdit.Minimize method. The minimum allowed value is specified by the DateEdit.MinValue property.
See Also