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

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