C# 클래스 ZForge.Controls.XPTable.Sorting.SortColumn

Represents a single sortable column
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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