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

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