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

In This Topic
    OnClientItemPainting Property
    In This Topic
    This event fires before item is painting. User can create customize item in this event.
    Syntax
    'Declaration
     
    Public Property OnClientItemPainting As System.String
    public System.string OnClientItemPainting {get; set;}
    See Also