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

TimeRegionItem(TimeRegionType) Constructor

Initializes a new instance of the TimeRegionItem class with specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public TimeRegionItem(
    TimeRegionType type
)

Parameters

Name Type Description
type TimeRegionType

A A DevExpress.Xpf.Scheduling.TimeRegionType enumeration value that specifies the type of the time region item.

See Also