Click or drag to resize

RecroGridRGCustomMenuAddURL Method

Adds the link menu item.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public void AddURL(
	string title,
	string target,
	string cssClass = null,
	bool disabled = false,
	string icon = null
)

Parameters

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