Kendo.Mvc.UI.Fluent.FileManagerToolbarSettingsBuilder
Defines the fluent API for configuring the FileManagerToolbarSettings settings.
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 action that configures the items.
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 value that configures the click action.
Click(System.String)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler System.String
The value that configures the click action.
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 value that configures the close action.
Close(System.String)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler System.String
The value that configures the close action.
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 value that configures the open action.
Open(System.String)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler System.String
The value that configures the open action.
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 value that configures the toggle action.
Toggle(System.String)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler System.String
The value that configures the toggle action.
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 value that configures the overflowclose action.
OverflowClose(System.String)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler System.String
The value that configures the overflowclose action.
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 value that configures the overflowopen action.
OverflowOpen(System.String)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler System.String
The value that configures the overflowopen action.