Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DurationEdit Class

A combo box editor used to specify time intervals (durations).

Namespace: DevExpress.Xpf.Scheduling.Editors

Assembly: DevExpress.Xpf.Scheduling.v24.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public class DurationEdit :
    ComboBoxEdit

#Remarks

The DurationEdit control allows end-users to choose a duration from a list of predefined intervals from 5 minutes to 2 days.

Names of time intervals and their abbreviations are localizable - they are the SchedulerStringId enumeration values - those starting with “Abbr..”, e.g. SchedulerStringId.Abbr_Minute, SchedulerStringId.Abbr_Minutes, SchedulerStringId.Abbr_HoursShort and so on.

The DurationEdit control is shown below.

WPFScheduler_DurationEdit

See Also