Skip to main content

DurationEdit.LoadDefaults() Method

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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