alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class PivotCommands

    Class for PivotSchemaDesigner to define its operations through routed UI commands.

    Inheritance
    System.Object
    PivotCommands
    Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public static class PivotCommands : Object

    Fields

    DeleteFilter

    A routed UI command to delete the filter item.

    Declaration
    public static RoutedUICommand DeleteFilter
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    DeletePivotItem

    A routed UI command to delete PivotItem.

    Declaration
    public static RoutedUICommand DeletePivotItem
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Exit

    A routed UI command to exit.

    Declaration
    public static RoutedUICommand Exit
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MoveDown

    A routed UI command to move the fields downward.

    Declaration
    public static RoutedUICommand MoveDown
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoBeginning

    A routed UI command to move the fields to the beginning.

    Declaration
    public static RoutedUICommand MovetoBeginning
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoColumn

    A routed UI command to move the fields to column section.

    Declaration
    public static RoutedUICommand MovetoColumn
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoEnd

    A routed UI command to move the fields to the end.

    Declaration
    public static RoutedUICommand MovetoEnd
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoFilter

    A routed UI command to move the fields to filter section.

    Declaration
    public static RoutedUICommand MovetoFilter
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoRow

    A routed UI command to move the fields to row section.

    Declaration
    public static RoutedUICommand MovetoRow
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MovetoValues

    A routed UI command to move the fields to value section.

    Declaration
    public static RoutedUICommand MovetoValues
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    MoveUp

    A routed UI command to move the fields upward.

    Declaration
    public static RoutedUICommand MoveUp
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    RemoveField

    A routed UI command to remove the fields.

    Declaration
    public static RoutedUICommand RemoveField
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    ShowFilter

    A routed UI command to show filter pop-up.

    Declaration
    public static RoutedUICommand ShowFilter
    Field Value
    Type
    System.Windows.Input.RoutedUICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved