SchedulerCustomToolbarBuilder
Methods
Items(System.Action)
Define the commands of the Scheduler toolbar.
Parameters
addToolbarAction - System.Action<SchedulerToolbarCustomCommandFactory>
The action to configure the toolbar commands.
Desktop(System.Action)
Defines the commands of the Scheduler toolbar for desktop devices.
Parameters
addToolbarAction - System.Action<SchedulerToolbarCustomCommandFactory>
The action to configure the toolbar commands.
RETURNS
The current SchedulerCustomToolbarBuilder instance.
Mobile(System.Action)
Defines the commands of the Scheduler toolbar for mobile devices.
Parameters
configurator - System.Action<SchedulerCustomToolbarMobileBuilder>
The action to configure the mobile toolbar commands.
RETURNS
The current SchedulerCustomToolbarBuilder instance.