ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / OnClientAutoSizedColumn Property

In This Topic
    OnClientAutoSizedColumn Property (PivotGrid)
    In This Topic
    Occurs after the user auto-sizes a column by double-clicking the right edge of a column header cell.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientAutoSizedColumn As String
    public virtual string OnClientAutoSizedColumn {get; set;}
    See Also