Skip to main content

RangeControlClientBase.GroupIntervalFactory Property

Gets or sets the interval factory of the currently displayed group items.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IntervalFactory GroupIntervalFactory { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Controls.IntervalFactory

An object that is the interval factory of the currently displayed group items.

See Also