Class ContextMenuCommands
Inheritance
System.Object
ContextMenuCommands
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public static class ContextMenuCommands : Object
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; }
Property Value