RangeControlClientBase.IntervalFactories Property
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
Property Value
Type | Description |
---|---|
ObservableCollection<DevExpress.UI.Xaml.Controls.IntervalFactory> | A collection of DevExpress.UI.Xaml.Controls.IntervalFactory objects. |
Remarks
The RangeControlClientBase.ItemIntervalFactory object specifies the currently used IntervalFactory.
See Also