Skip to main content
All docs
V25.1
  • TimeRegionItem(TimeRegionType) Constructor

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.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