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

In This Topic
    AutoSizingColumn Property (PivotGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientAutoSizingColumn client event. Occurs before the user auto-sizes a column by double-clicking the right edge of a column header cell.
    Syntax
    'Declaration
     
    Public Overridable Property AutoSizingColumn As String
    public virtual string AutoSizingColumn {get; set;}
    See Also