SchedulerCustomToolbarBuilder
Methods
Items(System.Action)
Configures the items for the custom toolbar.
Parameters
addToolbarAction - System.Action<SchedulerToolbarCustomCommandFactory>
The action to configure the toolbar items.
Desktop(System.Action)
Configures the desktop toolbar items.
Parameters
addToolbarAction - System.Action<SchedulerToolbarCustomCommandFactory>
The action to configure the desktop toolbar items.
RETURNS
The builder instance for method chaining.
Mobile(System.Action)
Configures the mobile toolbar settings.
Parameters
configurator - System.Action<SchedulerCustomToolbarMobileBuilder>
The action to configure the mobile toolbar settings.
RETURNS
The builder instance for method chaining.