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

In This Topic
    DraggingColumn Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDraggingColumn client event. Occurs when the user starts dragging a column.
    Syntax
    'Declaration
     
    Public Overridable Property DraggingColumn As String
    public virtual string DraggingColumn {get; set;}
    See Also