alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataGridRowResizeMode

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

    Inheritance
    System.Object
    DataGridRowResizeMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridRowResizeMode : Enum

    Fields

    OnMoved

    Specifies that resizing happens as the resizing indicator moves.

    Declaration
    public const DataGridRowResizeMode OnMoved
    Field Value
    Type
    DataGridRowResizeMode

    OnTouchUp

    Specifies that resizing happens on touch-up.

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