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

In This Topic
    ResizedColumn Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientResizedColumn client event. Occurs when the user finishes resizing a column.
    Syntax
    'Declaration
     
    Public Overridable Property ResizedColumn As String
    public virtual string ResizedColumn {get; set;}
    See Also