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

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