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

In This Topic
    PinnedColumn Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPinnedColumn client event. Occurs as columns are pinned.
    Syntax
    'Declaration
     
    Public Overridable Property PinnedColumn As String
    public virtual string PinnedColumn {get; set;}
    See Also