Skip to main content

DateEdit.Minimize() Method

Sets the editor’s value to the minimum allowed value.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public virtual void Minimize()

Remarks

This method sets the editor’s DateEdit.DateTime property to the minimum allowed value, specified by the DateEdit.MinValue property. To set the editor’s value to the maximum allowed value, use the DateEdit.Maximize method. The maximum allowed value is specified by the DateEdit.MaxValue property.

See Also