C# Class SourceGrid.Cells.Views.ColumnHeader

Inheritance: Header
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Default ColumnHeader

Public Methods

Method 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.

Protected Methods

Method Description
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementSortIndicator ( CellContext context ) : void

Private Methods

Method Description
ColumnHeader ( ) : System
GetBaseElements ( ) : IEnumerable

Method Details

Clone() public method

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

ColumnHeader() public method

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
return System

GetElements() protected method

protected GetElements ( ) : IEnumerable
return IEnumerable

PrepareView() protected method

protected PrepareView ( CellContext context ) : void
context CellContext
return void

PrepareVisualElementSortIndicator() protected method

protected PrepareVisualElementSortIndicator ( CellContext context ) : void
context CellContext
return 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
return ColumnHeader