menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortClickAction - API Reference

    Show / Hide Table of Contents

    Class SortClickAction

    Defines the constants that specify the different click actions available for applying sorting in SfDataGrid.

    Inheritance
    System.Object
    SortClickAction
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class SortClickAction : Enum

    Fields

    DoubleClick

    Specifies that sorting happens at a double click.

    Declaration
    public const SortClickAction DoubleClick
    Field Value
    Type Description
    SortClickAction

    SingleClick

    Specifies that sorting happens at a single click.

    Declaration
    public const SortClickAction SingleClick
    Field Value
    Type Description
    SortClickAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved