CustomCell Constructor
|
Creates the custom cell from the template cell. |
Column (inherited from Cell) | Column to which the cell is belonging. |
ColumnIndex (inherited from Cell) | Index of the column. |
Row (inherited from Cell) | Row to which the cell is belonging. |
RowIndex (inherited from Cell) | Index of the row. |
Alternating (inherited from Cell) | Get the boolean value indicating, whether cell is in alternating row. |
Border (inherited from Cell) | Gets or sets the value indicating the cell will draw inner border. |
BorderColor (inherited from Cell) | Gets or sets the color for the inner border of the cell. |
BorderWidth (inherited from Cell) | Gets or sets the width for the inner border of the cell. |
Data (inherited from Cell) | Gets or sets the data displayed by the cell. |
Header (inherited from Cell) | Get the boolean value indicating, whether cell is in header row or column. |
Height (inherited from Cell) | Gets the height of the cell. |
Image | Gets or sets the Image for the cell to display. |
IsInEditMode (inherited from Cell) | Returns true, if this cell is currently being edited; false otherwise. |
Selected (inherited from Cell) | Get or set the boolean value indicating, whether cell is selected. |
Style | Gets or sets the Style used to display the cell. |
Text | Gets or sets the text displayed by the cell. |
Width (inherited from Cell) | Gets the width of the cell. |
X (inherited from Cell) | Get the X coordinate of the upper left corner of the cell. |
Y (inherited from Cell) | Get the Y coordinate of the upper left corner of the cell. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Draw (inherited from Cell) | Draws the cell contents on the specified Graphics object. |
CustomCell Class | Resco.Controls.SmartGrid Namespace