Skip to main content

DateEdit.SetMaximum() Method

Sets the editor’s maximum allowed value.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

public virtual void SetMaximum()

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.SetMinimum method. The minimum allowed value is specified by the DateEdit.MinValue property.

See Also