The last Krypton column type to be added is KryptonDataGridViewLinkColumn. As you can guess this is the Krypton analog to the standard DataGridViewLinkColumn. The only difference is that drawing is performed by the Krypton renderer to ensure consistency with the rest of the grid appearance.

The link and button Krypton columns and cells have a property that allows you to define the display style. For the link column you can set the LabelStyle and for the button column a ButtonStyle. You can define this at the column level or at the level of individual cells. Here are some different settings applied.

To change the appearance of the text box cells you use the existing properties such as GridStyles.DataCellStyle from the KryptonDataGridView instance. There is no style applied to the check box Krypton column as it pulls from the palette as specified for the KryptonDataGridView instance.