ASPxClientScheduler.GetAllDayAreaHeight Method
In This Article
Gets the All-Day Area area height.
#Declaration
TypeScript
GetAllDayAreaHeight(): number
#Returns
Type | Description |
---|---|
number | The all-day area height. |
#Remarks
To specify the all-day area height on the client side, use the ASPxClientScheduler.SetAllDayAreaHeight method.
See Also