C# Class Habanero.Faces.VWG.DataGridViewCellStyleVWG

Represents the formatting and style information applied to individual cells within a DataGridView control.
Inheritance: IDataGridViewCellStyle
Datei anzeigen Open project: Chillisoft/habanero.faces

Public Methods

Method Description
ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void

Applies the specified to the current .

Clone ( ) : IDataGridViewCellStyle

Creates an exact copy of this .

DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System

Method Details

ApplyStyle() public method

Applies the specified to the current .
dataGridViewCellStyle is null.
public ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void
dataGridViewCellStyle IDataGridViewCellStyle The to apply /// to the current .
return void

Clone() public method

Creates an exact copy of this .
public Clone ( ) : IDataGridViewCellStyle
return IDataGridViewCellStyle

DataGridViewCellStyleVWG() public method

public DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System
dataGridViewCellStyle DataGridViewCellStyle
return System