GetColumnSortType Method (SapGridView)

Class

SapGridView.

Action

Gets the sort type of the column. Possible values are: None, Ascending, Descending.

Syntax

C#
columnSortType = gridView.GetColumnSortType(column)
VB
columnSortType = gridView.GetColumnSortType(column)
Variable Description
columnSortType GridColumnSortType.
column Column identifier. String.