Skip to main content
All docs
V23.2

PredefinedRangeEventArgs.Ranges Property

Gets or sets the predefined date ranges.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICollection<PredefinedDateRange> Ranges { get; set; }

Property Value

Type Description
ICollection<PredefinedDateRange>

Contains predefined date ranges.

See Also