C# Class SourceGrid.Cells.Views.Header

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

Public Properties

Property Type Description
Default Header
DefaultBorder DevAge.Drawing.RectangleBorder

Public Methods

Method Description
Clone ( ) : object

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

Header ( Header 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
Header ( ) : 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

Header() public method

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

PrepareView() protected method

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

Property Details

Default public_oe static_oe property

Represents a default Header, with a 3D border and a LightGray BackColor
public static Header,SourceGrid.Cells.Views Default
return Header

DefaultBorder public_oe static_oe property

public static RectangleBorder,DevAge.Drawing DefaultBorder
return DevAge.Drawing.RectangleBorder