alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RowResizedEventArgs

    Provides information about the RowResized event.

    Inheritance
    object
    RowResizedEventArgs
    RowResizingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public class RowResizedEventArgs
    Remarks

    This event handler receives a RowResizedEventArgs object which provides the details of the resized row.

    Constructors

    RowResizedEventArgs()

    Declaration
    public RowResizedEventArgs()

    Properties

    RowHeight

    Gets the new height of the resized row.

    Declaration
    public double RowHeight { get; }
    Property Value
    Type Description
    double

    A double representing the height of the resized row.

    RowIndex

    Gets the index of the row that was resized.

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

    An int representing the zero-based index of the resized row. For example, 0 represents the first row, 1 represents the second row, and so on.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved