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

In This Topic
    DraggingColumnOver Property (TransposedGridTagHelper)
    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