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