DateRangeControl.PredefinedRanges Property
In This Article
Gets a collection of predefined date ranges.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ObservableCollection<PredefinedDateRange> PredefinedRanges { get; }
#Property Value
Type | Description |
---|---|
Observable |
Contains predefined date ranges. |
See Also