ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1TreeMap Namespace / C1TreeMapExtender Class / OnClientRollingUp Property

In This Topic
    OnClientRollingUp Property
    In This Topic
    This event fires before roll up. This event can be cancelled, use "return false;" to cancel the event.
    Syntax
    'Declaration
     
    Public Property OnClientRollingUp As System.String
    public System.string OnClientRollingUp {get; set;}
    See Also