menu

WPF

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

    Show / Hide Table of Contents

    Class SortMenuItemClickEventArgs

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    SortMenuItemClickEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class SortMenuItemClickEventArgs : SyncfusionRoutedEventArgs

    Constructors

    SortMenuItemClickEventArgs()

    Initializes a new instance of the SortMenuItemClickEventArgs class.

    Declaration
    public SortMenuItemClickEventArgs()

    SortMenuItemClickEventArgs(RoutedEvent, Object)

    Initializes a new instance of the SortMenuItemClickEventArgs class.

    Declaration
    public SortMenuItemClickEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event identifier for this instance of the System.Windows.RoutedEventArgs class.

    System.Object source

    An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.

    Properties

    SortString

    Gets or sets the sort string.

    Declaration
    public string SortString { get; set; }
    Property Value
    Type Description
    System.String

    The sort string.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved