Skip to main content
A newer version of this page is available. .

ASPxClientScheduler.SetHeight(height) Method

Sets the Scheduler’s height.

Declaration

SetHeight(
    height: number
): void

Parameters

Name Type Description
height number

An integer value specifying the scheduler’s height.

See Also