alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Enum ColumnHeaderClickAction

    Defines the action to perform when a header is clicked.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum ColumnHeaderClickAction

    Fields

    Name Description
    Auto

    Selects the item when AllowSorting is disabled; otherwise, sorts the data when the header is clicked.

    Select

    Selects all column cells when the header is clicked.

    Sort

    Sorts the data when header is clicked.

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