OnClientItemsSourceChanged Property (TransposedGrid<T>)
In This Topic
Occurs after the grid has been bound to a new items source.
Syntax
'Declaration
Public Overridable Property OnClientItemsSourceChanged As String
public virtual string OnClientItemsSourceChanged {get; set;}
See Also