alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ColumnHeaderClickAction

    Defines the action to perform when a header is clicked.

    Inheritance
    System.Object
    ColumnHeaderClickAction
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public sealed class ColumnHeaderClickAction : Enum

    Fields

    Auto

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

    Declaration
    public const ColumnHeaderClickAction Auto
    Field Value
    Type
    ColumnHeaderClickAction

    Select

    Selects all column cells when the header is clicked.

    Declaration
    public const ColumnHeaderClickAction Select
    Field Value
    Type
    ColumnHeaderClickAction

    Sort

    Sorts the data when header is clicked.

    Declaration
    public const ColumnHeaderClickAction Sort
    Field Value
    Type
    ColumnHeaderClickAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved