Skip to main content

DurationEdit.LoadDefaults(TimeSpan) Method

Fills in the control with predefined time intervals.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void LoadDefaults(
    TimeSpan maxDuration
)

Parameters

Name Type Description
maxDuration TimeSpan

A TimeSpan value that is the upper boundary for time intervals being loaded.

Remarks

Use this method to restrict the number of values loaded into a combo box.

See Also