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

In This Topic
    ResizingColumn Property (TransposedGridTagHelper)
    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