WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowPivotsOnlyContextMenuShowingArgs

    Show / Hide Table of Contents

    Class RowPivotsOnlyContextMenuShowingArgs

    Event argument for the RowPivotsOnlyContextMenuShowing event.

    Inheritance
    System.Object
    System.EventArgs
    RowPivotsOnlyContextMenuShowingArgs
    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: 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 Description
    System.Boolean

    ColumnIndex

    Gets the column index of the cell that was clicked.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    ContextMenu

    Gets the context menu to be displayed.

    Declaration
    public ContextMenu ContextMenu { get; }
    Property Value
    Type Description
    System.Windows.Controls.ContextMenu

    RowIndex

    Gets the row index of the cell that was clicked.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved