Class OlapGridCommands
OlapGrid Commands class
Inheritance
System.Object
OlapGridCommands
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public static class OlapGridCommands
Fields
ContextMenu
Routed command for context menu.
Declaration
public static RoutedUICommand ContextMenu
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Properties
DataBind
Calls the DataBind method of OlapGrid
Declaration
public static RoutedUICommand DataBind { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Refresh
Calls the Refresh method of OlapGrid
Declaration
public static RoutedUICommand Refresh { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ShowStyleDialog
Opens the ShowStyleDialog window
Declaration
public static RoutedUICommand ShowStyleDialog { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |