C# Class SourceGrid.Styles.StyleCell

Summary description for Cell.
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ApplyToCell ( Cells cell ) : void
StyleCell ( ) : System

StyleCell ( Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells pView ) : System

Method Details

ApplyToCell() public method

public ApplyToCell ( Cells cell ) : void
cell Cells
return void

StyleCell() public method

public StyleCell ( ) : System
return System

StyleCell() public method

public StyleCell ( Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells pView ) : System
pIncludeType System.Type Type of cells to apply this style, a cell can also derived by this type. If null all type are included.
pExcludeType System.Type Type of cells to exclude, a cell can also derived by this type. If null all the cells are used.
pIncludeEditorValueType System.Type Applied if the cell has the specified Type as a Editor.ValueType.
pView Cells
return System