Skip to main content

CalendarClient.CustomItemIntervalFactory Property

Gets or sets a custom factory object that specifies the time units and formatting rules of the calendar items.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IntervalFactory CustomItemIntervalFactory { get; set; }

Property Value

Type Description
DevExpress.Xpf.Editors.RangeControl.IntervalFactory

An object that is the custom interval factory.

See Also