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

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