'Declaration Public Overridable Function AllowCustomCell( _ ByVal cellType As GridCellType, _ ByVal col As GridColumn _ ) As Boolean
public virtual bool AllowCustomCell( GridCellType cellType, GridColumn col )
Parameters
- cellType
- The kind of cell.
- col
- The column that determines the cell.