RangeControlClientBase.IntervalFactories Property
In This Article
Gets or sets the collection of objects that define the available intervals and formatting rules applied to them. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ObservableCollection<IntervalFactory> IntervalFactories { get; set; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of DevExpress. |
#Remarks
The RangeControlClientBase.ItemIntervalFactory object specifies the currently used IntervalFactory.
See Also