C# Класс ZForge.Controls.XPTable.Sorting.SortColumn

Represents a single sortable column
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SortColumn ( int column, SortOrder sortOrder ) : System

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

Описание методов

SortColumn() публичный Метод

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
Результат System