Class GanttViewTimelineDataItem
Represents a data item for a RadGanttView timeline.
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 GanttViewTimelineDataItem class.
Declaration
public GanttViewTimelineDataItem(DateTime start, DateTime end, TimeRange range, TimeSpan onePixelTime)
Parameters
System.DateTime
start
The start. |
System.DateTime
end
The end. |
TimeRange
range
The range. |
System.TimeSpan
onePixelTime
The one pixel time. |
Properties
End
Gets or sets the end date for the item.
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
The end. |
OnePixelTime
Gets or sets how much time a single pixel represents.
Declaration
public TimeSpan OnePixelTime { get; set; }
Property Value
System.TimeSpan
The one pixel time. |
Range
Gets or sets the range.
Declaration
public TimeRange Range { get; set; }
Property Value
TimeRange
The range. |
Start
Gets or sets the start date for the item.
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
The start. |
Width
Gets the width of this item.
Declaration
public float Width { get; }
Property Value
System.Single
The width. |