Provides data for the ContextMenuOpening event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridContextMenuOpeningEventArgs : VirtualGridCellEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgsVirtualGridContextMenuOpeningEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridContextMenuOpeningEventArgs class.
C#
public VirtualGridContextMenuOpeningEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo, RadDropDownMenu contextMenu)
Index of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
contextMenuRadDropDownMenuThe context menu.
Properties
Gets or sets a value indicating whether the event is canceled.
C#
public bool Cancel { get; set; }
Gets or sets the context menu.
C#
public RadDropDownMenu ContextMenu { get; set; }