C# Class Habanero.Faces.Win.CalendarCell

Represents a cell that holds a calendar date
Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Mostrar archivo Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
CalendarCell ( ) : System

Constructor to initialise a new cell, using the short date format

InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void

Initialises the editing control

Method Details

CalendarCell() public method

Constructor to initialise a new cell, using the short date format
public CalendarCell ( ) : System
return System

InitializeEditingControl() public method

Initialises the editing control
public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
rowIndex int The row index number
initialFormattedValue object The initial value
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle The cell style
return void