Skip to main content

onExpand

Description

Fires when a user clicks on the expand icon to change the scheduler's size from original to 'full screen'.

onExpand: () => void

Example

scheduler.attachEvent("onExpand",function(){
//any custom logic here
});

Details

note

The event requires the expand extension to be enabled.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.