ASPxClientScheduler.SetAllDayAreaHeight(height) Method
Specifies the All-Day Area area height.
Declaration
SetAllDayAreaHeight(
height: number
): void
Parameters
Name | Type | Description |
---|---|---|
height | number | The all-day area height. |
Remarks
To get the all-day area height on the client side, use the ASPxClientScheduler.GetAllDayAreaHeight method.
See Also