ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / ResizingColumn Property

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