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

In This Topic
    FrozenColumns Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.FrozenColumns. Sets the number of frozen columns.
    Syntax
    'Declaration
     
    Public Overridable Property FrozenColumns As Integer
    public virtual int FrozenColumns {get; set;}
    Remarks
    Frozen columns do not scroll, but the cells they contain may be selected and edited.
    See Also