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