Xamarin.Android

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

    Show / Hide Table of Contents

    Class ResizingMode

    Defines the constants that specify whether to resize the column on touch-up or touch moved action.

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

    Fields

    OnMoved

    Specifies that resizing happens as the resizing indicator moves.

    Declaration
    public const ResizingMode OnMoved
    Field Value
    Type Description
    ResizingMode

    OnTouchUp

    Specifies that resizing happens on touch-up.

    Declaration
    public const ResizingMode OnTouchUp
    Field Value
    Type Description
    ResizingMode

    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