C# Class SourceGrid.Cells.ColumnHeader

A cell that rappresent a header of a table. View: Views.ColumnHeader.Default Model: Models.SortableHeader Controllers: Controllers.Unselectable.Default, Controllers.MouseInvalidate.Default, Controllers.Resizable.ResizeWidth, Controllers.SortableHeader.Default
Inheritance: Cell
ファイルを表示 Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ColumnHeader ( )

Constructor

ColumnHeader ( object cellValue )

Constructor

Sort ( bool ascending ) : void

Sort the column

Method Details

ColumnHeader() public method

Constructor
public ColumnHeader ( )

ColumnHeader() public method

Constructor
public ColumnHeader ( object cellValue )
cellValue object

Sort() public method

Sort the column
public Sort ( bool ascending ) : void
ascending bool
return void