C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientColumnResized Property

In This Topic
OnClientColumnResized Property
In This Topic
A function called when column has been resized.
Syntax
'Declaration
 
Public Property OnClientColumnResized As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Column that is being resized.
See Also