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

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

    Namespace: DevExpress.Xpf.Scheduling

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

    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