APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.AddContextMenu Method 

Adds Context Menu into the collection.

[Visual Basic]
Public Sub AddContextMenu( _
   ByVal ID As String, _
   ByVal ContextMenu As String _
)
[C#]
public void AddContextMenu(
   string ID,
   string ContextMenu
);

Parameters

ID
The string identifying the DIV element of Context Menu.
ContextMenu
An XML string or path to the template file for context menu.

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace