alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ScheduleType

    Represents the schedule type.

    Inheritance
    System.Object
    ScheduleType
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public sealed class ScheduleType : Enum

    Fields

    CustomDateTime

    Schedule that requires external source to draw date time headers.

    Declaration
    public const ScheduleType CustomDateTime
    Field Value
    Type
    ScheduleType

    CustomNumeric

    Schedule that requires external source to draw numeric headers.

    Declaration
    public const ScheduleType CustomNumeric
    Field Value
    Type
    ScheduleType

    DayWithHours

    Schedule with day, and hour header

    Declaration
    public const ScheduleType DayWithHours
    Field Value
    Type
    ScheduleType

    DayWithMinutes

    Schedule with Day, hour and minutes header.

    Declaration
    public const ScheduleType DayWithMinutes
    Field Value
    Type
    ScheduleType

    HoursWithSeconds

    Schedule with Hour, minute and seconds header.

    Declaration
    public const ScheduleType HoursWithSeconds
    Field Value
    Type
    ScheduleType

    MinutesWithSeconds

    Schedule with Minute and seconds header.

    Declaration
    public const ScheduleType MinutesWithSeconds
    Field Value
    Type
    ScheduleType

    MonthWithDays

    Scheule with Month, week, and day header

    Declaration
    public const ScheduleType MonthWithDays
    Field Value
    Type
    ScheduleType

    MonthWithHours

    Schedule with Month, week, day and hour header.

    Declaration
    public const ScheduleType MonthWithHours
    Field Value
    Type
    ScheduleType

    WeekWithDays

    Schedule with Week and day header.

    Declaration
    public const ScheduleType WeekWithDays
    Field Value
    Type
    ScheduleType

    YearWithDays

    Schedule with Year, month, week and day header.

    Declaration
    public const ScheduleType YearWithDays
    Field Value
    Type
    ScheduleType

    YearWithMonths

    Schedule with Year and month header.

    Declaration
    public const ScheduleType YearWithMonths
    Field Value
    Type
    ScheduleType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved