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
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ColumnHeader ( )

Constructor

ColumnHeader ( object cellValue )

Constructor

Sort ( bool ascending ) : void

Sort the column

Method Details

ColumnHeader() public méthode

Constructor
public ColumnHeader ( )

ColumnHeader() public méthode

Constructor
public ColumnHeader ( object cellValue )
cellValue object

Sort() public méthode

Sort the column
public Sort ( bool ascending ) : void
ascending bool
Résultat void