DurationEdit.LoadDefaults(TimeSpan) Method
Fills in the control with predefined time intervals.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
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