C# Class SourceGrid.Cells.Views.RowHeader

Inheritance: Header
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Default RowHeader

Méthodes publiques

Méthode Description
Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

RowHeader ( RowHeader p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Méthodes protégées

Méthode Description
PrepareView ( CellContext context ) : void

Private Methods

Méthode Description
RowHeader ( ) : System

Method Details

Clone() public méthode

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Résultat object

PrepareView() protected méthode

protected PrepareView ( CellContext context ) : void
context CellContext
Résultat void

RowHeader() public méthode

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public RowHeader ( RowHeader p_Source ) : System
p_Source RowHeader
Résultat System

Property Details

Default public_oe static_oe property

Represents a Column Header with the ability to draw an Image in the right to indicates the sort operation. You must use this model with a cell of type ICellSortableHeader.
public static RowHeader,SourceGrid.Cells.Views Default
Résultat RowHeader