Class GanttEventMarker
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.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttEventMarker : EJTagHelper
Constructors
GanttEventMarker()
Declaration
public GanttEventMarker()
Properties
CssClass
Define custom css class for event marker to customize line and label.
Declaration
[HtmlAttributeName("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Day
Defines day of event marker.
Declaration
[HtmlAttributeName("day")]
public string Day { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Label
Defines label of event marker.
Declaration
[HtmlAttributeName("label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |