Class RowPivotsOnlyContextMenuShowingArgs
Event argument for the RowPivotsOnlyContextMenuShowing event.
Inheritance
System.Object
RowPivotsOnlyContextMenuShowingArgs
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class RowPivotsOnlyContextMenuShowingArgs : EventArgs
Constructors
RowPivotsOnlyContextMenuShowingArgs()
Declaration
public RowPivotsOnlyContextMenuShowingArgs()
Properties
Cancel
Gets or sets whether the menu should be displayed.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
ColumnIndex
Gets the column index of the cell that was clicked.
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
ContextMenu
Gets the context menu to be displayed.
Declaration
public ContextMenu ContextMenu { get; }
Property Value
Type |
---|
System.Windows.Controls.ContextMenu |
RowIndex
Gets the row index of the cell that was clicked.
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |