Class VirtualGridContextMenuOpeningEventArgs
Provides data for the ContextMenuOpening event.
Inheritance
System.Object
System.EventArgs
VirtualGridContextMenuOpeningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridContextMenuOpeningEventArgs : VirtualGridCellEventArgs
Constructors
VirtualGridContextMenuOpeningEventArgs(Int32, Int32, VirtualGridViewInfo, RadDropDownMenu)
Initializes a new instance of the VirtualGridContextMenuOpeningEventArgs class.
Declaration
public VirtualGridContextMenuOpeningEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo, RadDropDownMenu contextMenu)
Parameters
System.Int32
rowIndex
Index of the row. |
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
RadDropDownMenu
contextMenu
The context menu. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
ContextMenu
Gets or sets the context menu.
Declaration
public RadDropDownMenu ContextMenu { get; set; }
Property Value
RadDropDownMenu
|