Kendo.Mvc.UI.Fluent.FileManagerToolbarSettingsBuilder
Defines the fluent API for configuring FileManagerToolbarSettings
Methods
Items(System.Action<Kendo.Mvc.UI.Fluent.FileManagerToolbarSettingsItemFactory>)
Configures the items collection of the toolbar.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FileManagerToolbarSettingsItemFactory>
The configurator for the items setting.
Click(System.String)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Click(System.Func<System.Object,System.Object>)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Close(System.String)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Close(System.Func<System.Object,System.Object>)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Open(System.String)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Open(System.Func<System.Object,System.Object>)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Toggle(System.String)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Toggle(System.Func<System.Object,System.Object>)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
OverflowClose(System.String)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
OverflowClose(System.Func<System.Object,System.Object>)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
OverflowOpen(System.String)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
OverflowOpen(System.Func<System.Object,System.Object>)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.