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