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

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