ASPxClientGanttScaleCellPreparedEventArgs Members
Contains data for the ScaleCellPrepared event.Constructors
Name | Description |
---|---|
constructor(scaleIndex, scaleType, startDate, endDate, scaleElement, separatorElement) | Initializes a new instance of the ASPxClientGanttScaleCellPreparedEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
endDate | Gets the end date of the scale cell. |
scaleElement | Specifies a scale cell. |
scaleIndex | The scale’s index. |
scaleType | Gets the view type of the scale. |
separatorElement | Specifies the separator element between scale cells. |
startDate | Gets the start date of the scale cell. |
See Also