Click or drag to resize

RecroGridRGCustomMenuAddItem Method (RecroGridRGCustomMenuMenuItemTypeEnum, String, String, String, Boolean, String)

Adds the custom menu item.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public void AddItem(
	RecroGridRGCustomMenuMenuItemTypeEnum type,
	string title,
	string name,
	string cssClass = null,
	bool disabled = false,
	string icon = null
)

Parameters

type
Type: Recrovit.RecroGridFrameworkRecroGridRGCustomMenuMenuItemTypeEnum
The type.
title
Type: SystemString
The title.
name
Type: SystemString
The name.
cssClass (Optional)
Type: SystemString
The CSS class.
disabled (Optional)
Type: SystemBoolean
if set to true [disabled].
icon (Optional)
Type: SystemString
The icon.
See Also