Skip to main content

TimeRegionItem(TimeRegionType) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.1.dll

NuGet Package: 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