Свойство | Type | Description | |
---|---|---|---|
GetColumn | |||
GetParsedDate | PersianDate | ||
IsInState | bool | ||
IsValueEmpty | bool | ||
OwnsEditor | bool | ||
PartPainted | bool | ||
SetValue | void |
Méthode | Description | |
---|---|---|
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void |
Méthode | Description | |
---|---|---|
Paint ( |
Méthode | Description | |
---|---|---|
GetColumn ( ) : |
||
GetParsedDate ( string formattedValue ) : PersianDate | ||
IsInState ( DataGridViewElementStates currentState, DataGridViewElementStates checkState ) : bool | ||
IsValueEmpty ( object value ) : bool | ||
OwnsEditor ( int rowIndex ) : bool |
Determines whether this cell, at the given row index, shows the grid's editing control or not. The row index needs to be provided as a parameter because this cell may be shared among multiple rows.
|
|
PartPainted ( DataGridViewPaintParts paintParts, DataGridViewPaintParts paintPart ) : bool |
Little utility function called by the Paint function to see if a particular part needs to be painted.
|
|
SetValue ( int rowIndex, System.DateTime value ) : void |
public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
rowIndex | int | |
initialFormattedValue | object | |
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | |
Résultat | void |
protected Paint ( |
||
graphics | ||
clipBounds | ||
cellBounds | ||
rowIndex | int | |
cellState | DataGridViewElementStates | |
value | object | |
formattedValue | object | |
errorText | string | |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | |
paintParts | DataGridViewPaintParts | |
Résultat | void |