menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizingRowsEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizingRowsEventArgs

    Represents a class which holds the properties of Resizing row Event

    Inheritance
    System.Object
    GridCancelEventArgs
    ResizingRowsEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class ResizingRowsEventArgs : GridCancelEventArgs

    Constructors

    ResizingRowsEventArgs(Object)

    Initializes a new instance of the ResizingRowsEventArgs class.

    Declaration
    public ResizingRowsEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    Source of the event.

    Properties

    Height

    Gets or sets the width.

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

    The width.

    Reason

    Gets the reason for this event and hints about the current state of the user action.

    Declaration
    public ResizingReason Reason { get; }
    Property Value
    Type Description
    ResizingReason

    Current state of the event.

    RowIndex

    Gets the row index.

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

    Row index.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved