ComponentOne AutoComplete for ASP.NET Web Forms
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
    public System.string OnClientColumnResized {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Column that is being resized.
    See Also