Class CellContextMenuOpeningEventArgs
Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled.
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class CellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs
Constructors
CellContextMenuOpeningEventArgs(RowColumnIndex)
Initializes a new instance of the CellContextMenuOpeningEventArgs class.
Declaration
public CellContextMenuOpeningEventArgs(RowColumnIndex cell)
Parameters
| Type | Name | Description |
|---|---|---|
| RowColumnIndex | cell |
Properties
Cell
Gets or Sets the RowColumnIndex of a cell
Declaration
public RowColumnIndex Cell { get; }
Property Value
| Type | Description |
|---|---|
| RowColumnIndex | An instance of RowColumnIndex. |
CellContextMenu
Declaration
public ContextMenu CellContextMenu { get; set; }
Property Value
| Type |
|---|
| ContextMenu |