Back to Devexpress

DurationEdit Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-editors-40bad5bf.md

latest2.6 KB
Original Source

DurationEdit Class

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

Namespace : DevExpress.Xpf.Scheduling.Editors

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
[DXLicenseWpf]
public class DurationEdit :
    ComboBoxEdit
vb
<DXLicenseWpf>
Public Class DurationEdit
    Inherits 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.

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BaseEdit TextEditBase TextEdit ButtonEdit PopupBaseEdit LookUpEditBase ComboBoxEdit DurationEdit

See Also

DurationEdit Members

DevExpress.Xpf.Scheduling.Editors Namespace