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

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