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

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