C# Class ZForge.Controls.XPTable.Sorting.SortColumn

Represents a single sortable column
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
SortColumn ( int column, SortOrder sortOrder ) : System

Initializes a new instance of the SortColumn class with the specified Column index and SortOrder

Method Details

SortColumn() public method

Initializes a new instance of the SortColumn class with the specified Column index and SortOrder
public SortColumn ( int column, SortOrder sortOrder ) : System
column int The index of the Column to be sorted
sortOrder SortOrder Specifies how the Column is to be sorted
return System