alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataGridRowResizingEventArgs

    Provides data for RowResizing event.

    Inheritance
    System.Object
    DataGridRowResizingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridRowResizingEventArgs : CancelEventArgs
    Remarks

    The DataGridRowResizingEventArgs class provides information about row resizing operations. It is used by the RowResizing event to communicate details of resize operations to event handlers.

    Constructors

    DataGridRowResizingEventArgs()

    Declaration
    public DataGridRowResizingEventArgs()

    Properties

    NewValue

    Gets or sets the new height of the row in pixels.

    Declaration
    public double NewValue { get; }
    Property Value
    Type Description
    System.Double

    The height of the row after resizing.

    ResizingState

    Gets or sets the status of a currently resizing column.

    Declaration
    public DataGridProgressState ResizingState { get; }
    Property Value
    Type
    DataGridProgressState

    RowData

    Gets the row data of the resizing row.

    Declaration
    public object RowData { get; }
    Property Value
    Type Description
    System.Object

    An object that represents row data of the resizing row.

    RowIndex

    Gets or sets the index of the row being resized.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The zero-based index of the row being resized.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved