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

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