KryptonDataGridViewTextAndImageColumn.CellTemplate Property

Krypton OutlookGrid

KryptonDataGridViewTextAndImageColumnCellTemplate Property
Krypton OutlookGrid v1.6.0
Gets or sets the template used to model cell appearance.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public override DataGridViewCell CellTemplate { get; set; }
Public Overrides Property CellTemplate As DataGridViewCell
	Get
	Set

Property Value

Type: DataGridViewCell

[Missing <value> documentation for "P:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.KryptonDataGridViewTextAndImageColumn.CellTemplate"]

See Also