constructor(scaleIndex, scaleType, startDate, endDate, scaleElement, separatorElement) Constructor
Initializes a new instance of the ASPxClientGanttScaleCellPreparedEventArgs class with specified settings.
Declaration
constructor(
scaleIndex: number,
scaleType: ASPxClientGanttViewType,
startDate: Date,
endDate: Date,
scaleElement: any,
separatorElement: any
)
Parameters
Name | Type | Description |
---|---|---|
scaleIndex | number | The scale index. |
scaleType | ASPxClientGanttViewType | The scale type. |
startDate | Date | The start date. |
endDate | Date | The end date. |
scaleElement | any | The scale cell. |
separatorElement | any | The separator between the scale cells. |
Remarks
See Also