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

DurationEdit.LoadDefaults() Method

Fills in the control with predefined time intervals from 0 minutes to 2 days.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public void LoadDefaults()

Remarks

This method loads items representing predefined time intervals into a combo box. The default time intervals are: 0,5,10,15,30 minutes; 1,2,3,…11,12 hours;1,2 days.

See Also