Skip to main content
All docs
V24.1

DateRangeControl.PredefinedRanges Property

Gets a collection of predefined date ranges.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ObservableCollection<PredefinedDateRange> PredefinedRanges { get; }

Property Value

Type Description
ObservableCollection<PredefinedDateRange>

Contains predefined date ranges.

See Also