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

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