Skip to main content
A newer version of this page is available. .

RepositoryItemTimeSpanEdit.MaxMinutes Property

Gets or sets the maximum number of minutes of the time interval.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(60)]
[SmartTagProperty("Max Minutes", "")]
[DXCategory("Behavior")]
public int MaxMinutes { get; set; }

Property Value

Type Default Description
Int32 60

An integer value that specifies the maximum number of minutes of the time interval.

Remarks

The MaxMinutes and RepositoryItemTimeSpanEdit.MinMinutes properties specify the maximum and minimum number of minutes that can be set using the edit box or tiles in the dropdown.

Setting the MaxMinutes property to a negative value throws a ArgumentException.

To specify whether it is allowed to edit the minutes component of the time interval, use the RepositoryItemTimeSpanEdit.AllowEditMinutes property.

See Also