ClassVirtualGridContextMenuOpeningEventArgs
Class
Provides data for the ContextMenuOpening event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridContextMenuOpeningEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridContextMenuOpeningEventArgs
Inherited Members
Constructors
VirtualGridContextMenuOpeningEventArgs(int, int, VirtualGridViewInfo, RadDropDownMenu)
Initializes a new instance of the VirtualGridContextMenuOpeningEventArgs class.
Declaration
cs-api-definition
public VirtualGridContextMenuOpeningEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo, RadDropDownMenu contextMenu)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
contextMenu
The context menu.
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
ContextMenu
Gets or sets the context menu.
Declaration
cs-api-definition
public RadDropDownMenu ContextMenu { get; set; }
Property Value