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

In This Topic
    OnClientBeforeCollapse Property
    In This Topic
    Occurs before the content area collapses. This event can be cancelled to prevent the content area from collapsing.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeCollapse As System.String
    public System.string OnClientBeforeCollapse {get; set;}
    See Also