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