Class ContextMenuCommands
Inheritance
System.Object
ContextMenuCommands
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.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public static class ContextMenuCommands
Properties
BestFit
Declaration
public static DelegateCommand<GridDataTableProperties> BestFit { get; }
Property Value
ClearFilter
Declaration
public static DelegateCommand<GridDataTableProperties> ClearFilter { get; }
Property Value
ClearSort
Declaration
public static DelegateCommand<GridDataTableProperties> ClearSort { get; }
Property Value
CollapseGroup
Declaration
public static DelegateCommand<GridDataTableProperties> CollapseGroup { get; }
Property Value
Delete
Declaration
public static DelegateCommand<GridDataTableProperties> Delete { get; }
Property Value
ExpandGroup
Declaration
public static DelegateCommand<GridDataTableProperties> ExpandGroup { get; }
Property Value
GroupBy
Declaration
public static DelegateCommand<GridDataTableProperties> GroupBy { get; }
Property Value
HideColumn
Declaration
public static DelegateCommand<GridDataTableProperties> HideColumn { get; }
Property Value
HideGroupDropArea
Declaration
public static DelegateCommand<GridDataTableProperties> HideGroupDropArea { get; }
Property Value
SortAscending
Declaration
public static DelegateCommand<GridDataTableProperties> SortAscending { get; }
Property Value
SortDescending
Declaration
public static DelegateCommand<GridDataTableProperties> SortDescending { get; }