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

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