Class GanttViewTimelineDataItem
Represents a data item for a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTimelineDataItem
Constructors
GanttViewTimelineDataItem(DateTime, DateTime, TimeRange, TimeSpan)
Initializes a new instance of the Gantt
Declaration
public GanttViewTimelineDataItem(DateTime start, DateTime end, TimeRange range, TimeSpan onePixelTime)
Parameters
System. The start. |
System. The end. |
Time The range. |
System. The one pixel time. |
Properties
End
Gets or sets the end date for the item.
Declaration
public DateTime End { get; set; }
Property Value
System. The end. |
OnePixelTime
Gets or sets how much time a single pixel represents.
Declaration
public TimeSpan OnePixelTime { get; set; }
Property Value
System. The one pixel time. |
Range
Gets or sets the range.
Declaration
public TimeRange Range { get; set; }
Property Value
Time The range. |
Start
Gets or sets the start date for the item.
Declaration
public DateTime Start { get; set; }
Property Value
System. The start. |
Width
Gets the width of this item.
Declaration
public float Width { get; }
Property Value
System. The width. |