alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridSortBehavior

    Defines if databoundgrid should sort a column if user clicks on it.

    Inheritance
    System.Object
    GridSortBehavior
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridSortBehavior : Enum

    Fields

    DoubleClick

    Sort column when user double-clicks.

    Declaration
    public const GridSortBehavior DoubleClick
    Field Value
    Type
    GridSortBehavior

    None

    No sorting when user clicks once.

    Declaration
    public const GridSortBehavior None
    Field Value
    Type
    GridSortBehavior

    SingleClick

    Sort column when user clicks once.

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