Struct
GanttTimelineCellsInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public struct GanttTimelineCellsInfo

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

Constructors

GanttTimelineCellsInfo(int)

Declaration

cs-api-definition
public GanttTimelineCellsInfo(int numberOfCells)

Parameters

numberOfCells

int

GanttTimelineCellsInfo(int, int)

Declaration

cs-api-definition
public GanttTimelineCellsInfo(int numberOfCells, int startIndex)

Parameters

numberOfCells

int

startIndex

int

Properties

NumberOfcells

Gets or sets the number of cells to be added.

Declaration

cs-api-definition
public int NumberOfcells { get; set; }

Property Value

int

StartIndex

Gets or sets a value indicating the first cell index. The value is optional.

Declaration

cs-api-definition
public int StartIndex { get; set; }

Property Value

int