ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / AutoSizingRow Property

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