OverviewExamples
| 
 boolean Grid.GetHeaderSort (  | 
-- Determine if Header sort is enabled
bSort = Grid.GetHeaderSort("Grid1");
-- Set the header sort to the opposite value
Grid.SetHeaderSort("Grid1", not bSort);
Toggles the Header sort option
See also: Related Actions