ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / ResizingRow Property

In This Topic
    ResizingRow Property (FlexSheetTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientResizingRow client event. Occurs as rows are resized.
    Syntax
    'Declaration
     
    Public Overridable Property ResizingRow As String
    public virtual string ResizingRow {get; set;}
    See Also