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

In This Topic
    PinnedColumn Property (TransposedMultiRowTagHelper)
    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