GanttTimelineCellsInfo
Struct
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public struct GanttTimelineCellsInfo
Inherited Members
Constructors
Properties
Gets or sets the number of cells to be added.
C#
public int NumberOfcells { get; set; }
Gets or sets a value indicating the first cell index. The value is optional.
C#
public int StartIndex { get; set; }