ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow.TagHelpers Namespace / TransposedMultiRowTagHelper Class / AutoSizedRow Property

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