Kendo.Mvc.UI.FileManagerContextMenuSettings
Defines the fluent API for configuring the FileManagerContextMenuSettings settings.
Properties
Items
Configures the items of the ContextMenu.
Close
Fires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events.
Open
Fires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events.
Activate
Fires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events.
Deactivate
Fires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events.
Select
Fires when a menu item gets selected. ContextMenu Events.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary