ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Splitter Namespace / C1Splitter Class / OnClientCollapse Property

In This Topic
    OnClientCollapse Property
    In This Topic
    Gets or sets the javascript function name that would be called before panel1 is collapsed.
    Syntax
    'Declaration
     
    Public Property OnClientCollapse As System.String
    public System.string OnClientCollapse {get; set;}
    See Also