Inheritance
System.Object
GridQueryContextMenuInfoEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
public sealed class GridQueryContextMenuInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GridQueryContextMenuInfoEventArgs(RowColumnIndex, GridStyleInfo, Boolean)
Declaration
public GridQueryContextMenuInfoEventArgs(RowColumnIndex cell, GridStyleInfo style, bool cancel)
Parameters
Properties
Declaration
public bool Cancel { get; set; }
Property Value
Declaration
public RowColumnIndex Cell { get; }
Property Value
Declaration
public GridStyleInfo Style { get; set; }
Property Value