Class PivotGridCommands
Represents the class for PivotGrid to define its operations through routed UI commands.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public static class PivotGridCommands : Object
Fields
AllowValueFiltering
A routed UI command to allow filtering on column values.
Declaration
public static RoutedUICommand AllowValueFiltering
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
AllowValueSort
A routed UI command to allow sorting on column values.
Declaration
public static RoutedUICommand AllowValueSort
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
c_ShowCalculationFilter
A routed UI command to show filter.
Declaration
public static RoutedUICommand c_ShowCalculationFilter
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
CalculatedField
A routed UI command to show Calculated Field List dialog.
Declaration
public static RoutedUICommand CalculatedField
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ClearFilter
A routed UI command to clear filter.
Declaration
public static RoutedUICommand ClearFilter
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ClearValueFilters
A routed UI command to clear the filtering applied on column values.
Declaration
public static RoutedUICommand ClearValueFilters
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ClearValueSorts
A routed UI command to clear the sorting applied on column values.
Declaration
public static RoutedUICommand ClearValueSorts
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
DeleteItem
A routed UI command to delete PivotItems.
Declaration
public static RoutedUICommand DeleteItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ExpandItem
A routed UI command to expand PivotItem.
Declaration
public static RoutedUICommand ExpandItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
HideValueColumn
A routed UI command to hide the value columns.
Declaration
public static RoutedUICommand HideValueColumn
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
LabelFilterMenuItem
A routed UI command to perform label filtering.
Declaration
public static RoutedUICommand LabelFilterMenuItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
MoreSortOptionsMenuItem
A routed UI command to sort PivotItems.
Declaration
public static RoutedUICommand MoreSortOptionsMenuItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Order
A routed UI command to re-order the PivotItems.
Declaration
public static RoutedUICommand Order
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ReloadData
A routed UI command to reload data.
Declaration
public static RoutedUICommand ReloadData
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ShowFieldList
A routed UI command to show Field List.
Declaration
public static RoutedUICommand ShowFieldList
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 |
ShowPivotValueChooser
A routed UI command to show PivotValueChooser dialog.
Declaration
public static RoutedUICommand ShowPivotValueChooser
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
SortPivotItem
A routed UI command to sort PivotItems.
Declaration
public static RoutedUICommand SortPivotItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ValueFilterMenuItem
A routed UI command to perform value filtering.
Declaration
public static RoutedUICommand ValueFilterMenuItem
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Properties
CollapseAll
Gets the command to collapse all PivotItems in the PivotGrid.
Declaration
public static RoutedUICommand CollapseAll { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
CollapseColumn
Gets the command to collapse all the PivotColumns in the PivotGrid.
Declaration
public static RoutedUICommand CollapseColumn { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
CollapseRow
Gets the command to collapse all the PivotRows in the PivotGrid.
Declaration
public static RoutedUICommand CollapseRow { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Deserialize
Gets the de-serialize command to load the serialized PivotGrid.
Declaration
public static RoutedUICommand Deserialize { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ExpandAll
Gets the command to expand all PivotItems in the PivotGrid.
Declaration
public static RoutedUICommand ExpandAll { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ExpandColumn
Gets the command to expand all the PivotColumns in the PivotGrid.
Declaration
public static RoutedUICommand ExpandColumn { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ExpandRow
Gets the command to expand all the PivotRows in the PivotGrid.
Declaration
public static RoutedUICommand ExpandRow { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
PopulateDefaultPropertyFields
Gets the command to populate fields of default property.
Declaration
public static RoutedUICommand PopulateDefaultPropertyFields { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Refresh
Gets the refresh command to refresh the PivotGrid.
Declaration
public static RoutedUICommand Refresh { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ResetPivotData
Gets the reset command to reset the data.
Declaration
public static RoutedUICommand ResetPivotData { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Serialize
Gets the serialize command to save the PivotGrid.
Declaration
public static RoutedUICommand Serialize { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ShowCalculationFilter
Gets the show filter on calculation fields.
Declaration
public static RoutedUICommand ShowCalculationFilter { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |