Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ResizingRow Property

In This Topic
    ResizingRow Property
    In This Topic
    Occurs when the user starts resizing a row.
    Syntax
    'Declaration
     
    
    Public Property ResizingRow As EventHandler(Of GridCellRangeEventArgs)
    public EventHandler<GridCellRangeEventArgs> ResizingRow {get; set;}
    See Also