alexa

    Show / Hide Table of Contents

    Enum GridSortBehavior

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

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridSortBehavior

    Fields

    Name Description
    DoubleClick

    Sort column when user double-clicks.

    None

    No sorting when user clicks once.

    SingleClick

    Sort column when user clicks once.

    Back to top Generated by DocFX