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

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