OnClientSortedColumn Property (TransposedGrid<T>)
In This Topic
Occurs after the user applies a sort by clicking on a column header.
Syntax
'Declaration
Public Overridable Property OnClientSortedColumn As String
public virtual string OnClientSortedColumn {get; set;}
See Also