Class ScheduleHeaderSettings
Specifies the options for customizing schedule header.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ScheduleHeaderSettings : EJTagHelper
Constructors
ScheduleHeaderSettings()
Declaration
public ScheduleHeaderSettings()
Properties
DayHeaderFormat
Specified the format for day view in schedule header
Declaration
[JsonProperty("dayHeaderFormat")]
public string DayHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HourHeaderFormat
Specified the format for Hour view in schedule header
Declaration
[JsonProperty("hourHeaderFormat")]
public string HourHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinutesPerInterval
Specifies the number of minutes per interval
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("minutesPerInterval")]
public GanttMinutesPerInterval MinutesPerInterval { get; set; }
Property Value
Type | Description |
---|---|
GanttMinutesPerInterval |
MonthHeaderFormat
Specified the format for month view in schedule header
Declaration
[JsonProperty("monthHeaderFormat")]
public string MonthHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScheduleHeaderType
Specifies the schedule mode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("scheduleHeaderType")]
public GanttScheduleHeaderType ScheduleHeaderType { get; set; }
Property Value
Type | Description |
---|---|
GanttScheduleHeaderType |
TimescaleStartDateMode
Specifies the Time scale round off mode
Declaration
[JsonProperty("timescaleStartDateMode")]
[JsonConverter(typeof(StringEnumConverter))]
public GanttTimescaleRoundMode TimescaleStartDateMode { get; set; }
Property Value
Type | Description |
---|---|
GanttTimescaleRoundMode |
TimescaleUnitSize
Specified the size of the timescale unit in gantt
Declaration
[JsonProperty("timescaleUnitSize")]
public string TimescaleUnitSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateTimescaleView
Enable or disable the automatic timescale update on cell editing, dialog editing and taskbar editing.
Declaration
[JsonProperty("updateTimescaleView")]
public bool UpdateTimescaleView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WeekendBackground
Specified the background for weekends in gantt
Declaration
[JsonProperty("weekendBackground")]
public string WeekendBackground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WeekHeaderFormat
Specified the format for week view in schedule header
Declaration
[JsonProperty("weekHeaderFormat")]
public string WeekHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WeekStartDay
Specifies start day of the week
Declaration
[JsonProperty("weekStartDay")]
public int WeekStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
YearHeaderFormat
Specified the format for year view in schedule header
Declaration
[JsonProperty("yearHeaderFormat")]
public string YearHeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |