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

In This Topic
    ResizingRow Property (FlexGridTagHelper)
    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