menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextMenuCommands - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    DelegateCommand<GridDataTableProperties>

    ClearFilter

    Declaration
    public static DelegateCommand<GridDataTableProperties> ClearFilter { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    ClearSort

    Declaration
    public static DelegateCommand<GridDataTableProperties> ClearSort { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    CollapseGroup

    Declaration
    public static DelegateCommand<GridDataTableProperties> CollapseGroup { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    Delete

    Declaration
    public static DelegateCommand<GridDataTableProperties> Delete { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    ExpandGroup

    Declaration
    public static DelegateCommand<GridDataTableProperties> ExpandGroup { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    GroupBy

    Declaration
    public static DelegateCommand<GridDataTableProperties> GroupBy { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    HideColumn

    Declaration
    public static DelegateCommand<GridDataTableProperties> HideColumn { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    HideGroupDropArea

    Declaration
    public static DelegateCommand<GridDataTableProperties> HideGroupDropArea { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    SortAscending

    Declaration
    public static DelegateCommand<GridDataTableProperties> SortAscending { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>

    SortDescending

    Declaration
    public static DelegateCommand<GridDataTableProperties> SortDescending { get; }
    Property Value
    Type
    DelegateCommand<GridDataTableProperties>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved