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

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