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

Represents a single sortable column
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System