C# Class SourceGrid.Cells.Views.ColumnHeader

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

Méthodes publiques

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

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.

ColumnHeader ( ColumnHeader 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
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementSortIndicator ( CellContext context ) : void

Private Methods

Méthode Description
ColumnHeader ( ) : System
GetBaseElements ( ) : IEnumerable

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

ColumnHeader() public méthode

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

GetElements() protected méthode

protected GetElements ( ) : IEnumerable
Résultat IEnumerable

PrepareView() protected méthode

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

PrepareVisualElementSortIndicator() protected méthode

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

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 ColumnHeader Default
Résultat ColumnHeader