Skip to main content

DateEdit.SetMinimum() Method

Sets the editor’s minimum allowed value.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public virtual void SetMinimum()

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.SetMaximum method. The maximum allowed value is specified by the DateEdit.MaxValue property.

See Also