Skip to main content
All docs
V23.2

DateRangeControl.PredefinedRanges Property

Gets a collection of predefined date ranges.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ObservableCollection<PredefinedDateRange> PredefinedRanges { get; }

Property Value

Type Description
ObservableCollection<PredefinedDateRange>

Contains predefined date ranges.

See Also