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

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