New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public struct GanttTimelineCellsInfo

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

C#
public GanttTimelineCellsInfo(int numberOfCells, int startIndex)
Parameters:numberOfCellsintstartIndexint
C#
public GanttTimelineCellsInfo(int numberOfCells)
Parameters:numberOfCellsint

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; }