[]
Prepares the cell to be shown.
public override sealed void PrepareCell(GridControlRange range, GridControlCellView cell, UIEdgeInsets internalBorders)
Public NotOverridable Overrides Sub PrepareCell(range As GridControlRange, cell As GridControlCellView, internalBorders As UIEdgeInsets)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| GridControlCellView | cell | The cell. |
| UIEdgeInsets | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |
Prepares the cell to be shown.
public virtual void PrepareCell(GridCellType cellType, GridCellRange range, GridCellView cell, UIEdgeInsets internalBorders)
Public Overridable Sub PrepareCell(cellType As GridCellType, range As GridCellRange, cell As GridCellView, internalBorders As UIEdgeInsets)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| GridCellView | cell | The cell. |
| UIEdgeInsets | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |