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

In This Topic
    PinningType Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.PinningType. Sets how the grid pins the column headers by clicking the icons toggles the column's frozen state
    Syntax
    'Declaration
     
    Public Overridable Property PinningType As PinningType
    public virtual PinningType PinningType {get; set;}
    See Also