Click or drag to resize

RecroGridRGCustomMenuAddSubmenu Method

Adds the sub menu.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RecroGridRGCustomMenu AddSubmenu(
	string title,
	string cssClass = null,
	string icon = null
)

Parameters

title
Type: SystemString
The title.
cssClass (Optional)
Type: SystemString
The CSS class.
icon (Optional)
Type: SystemString
The icon.

Return Value

Type: RecroGridRGCustomMenu
The Menu.
See Also