C# Class SourceGrid.Cells.Views.RowHeader

Inheritance: Header
显示文件 Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Default RowHeader

Public Methods

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

Protected Methods

Method Description
PrepareView ( CellContext context ) : void

Private Methods

Method Description
RowHeader ( ) : System

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

PrepareView() protected method

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

RowHeader() public method

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