Skip to main content

CalendarClient.ItemIntervalFactory Property

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

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

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