New to Telerik UI for ASP.NET MVC? Download free 30-day trial

FileManagerContextMenuSettingsBuilder

Methods

Items(System.Action)

Configures the items of the ContextMenu.

Parameters

configurator - System.Action<FileManagerContextMenuSettingsItemFactory>

The action that configures the items.

Close(System.Func)

Fires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events.

Parameters

handler - System.Func<Object,Object>

The value that configures the close action.

Close(System.String)

Fires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events.

Parameters

handler - System.String

The value that configures the close action.

Open(System.Func)

Fires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events.

Parameters

handler - System.Func<Object,Object>

The value that configures the open action.

Open(System.String)

Fires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events.

Parameters

handler - System.String

The value that configures the open action.

Activate(System.Func)

Fires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events.

Parameters

handler - System.Func<Object,Object>

The value that configures the activate action.

Activate(System.String)

Fires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events.

Parameters

handler - System.String

The value that configures the activate action.

Deactivate(System.Func)

Fires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events.

Parameters

handler - System.Func<Object,Object>

The value that configures the deactivate action.

Deactivate(System.String)

Fires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events.

Parameters

handler - System.String

The value that configures the deactivate action.

Select(System.Func)

Fires when a menu item gets selected. ContextMenu Events.

Parameters

handler - System.Func<Object,Object>

The value that configures the select action.

Select(System.String)

Fires when a menu item gets selected. ContextMenu Events.

Parameters

handler - System.String

The value that configures the select action.

In this article
Not finding the help you need?