ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientDraggingColumnOver Property

In This Topic
    OnClientDraggingColumnOver Property (FlexSheet)
    In This Topic
    Occurs as the user drags a column to a new position.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientDraggingColumnOver As String
    public virtual string OnClientDraggingColumnOver {get; set;}
    See Also