Struct GanttTimelineCellsInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public struct GanttTimelineCellsInfo
Constructors
GanttTimelineCellsInfo(Int32)
Declaration
public GanttTimelineCellsInfo(int numberOfCells)
Parameters
System.Int32
numberOfCells
|
GanttTimelineCellsInfo(Int32, Int32)
Declaration
public GanttTimelineCellsInfo(int numberOfCells, int startIndex)
Parameters
System.Int32
numberOfCells
|
System.Int32
startIndex
|
Properties
NumberOfcells
Gets or sets the number of cells to be added.
Declaration
public int NumberOfcells { get; set; }
Property Value
System.Int32
|
StartIndex
Gets or sets a value indicating the first cell index. The value is optional.
Declaration
public int StartIndex { get; set; }
Property Value
System.Int32
|