Skip to main content
A newer version of this page is available. .

CalendarClient.ItemIntervalFactory Property

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

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public IntervalFactory ItemIntervalFactory { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.RangeControl.IntervalFactory

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

See Also