Represents a data item for a RadGanttView timeline.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewTimelineDataItem
Inheritance: objectGanttViewTimelineDataItem
Constructors
Initializes a new instance of the GanttViewTimelineDataItem class.
Properties
Gets or sets the end date for the item.
C#
public DateTime End { get; set; }
The end.
Gets or sets how much time a single pixel represents.
C#
public TimeSpan OnePixelTime { get; set; }
The one pixel time.
Gets or sets the range.
C#
public TimeRange Range { get; set; }
The range.
Gets or sets the start date for the item.
C#
public DateTime Start { get; set; }
The start.