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

In This Topic
    DraggingColumnOver Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDraggingColumnOver client event. Occurs as the user drags a column to a new position.
    Syntax
    'Declaration
     
    Public Overridable Property DraggingColumnOver As String
    public virtual string DraggingColumnOver {get; set;}
    See Also