Base Combo Box ColumnCell Template Property
Gets or sets the template used to create new cells
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override DataGridViewCell? CellTemplate { get; set; }VB
Public Overrides Property CellTemplate As DataGridViewCell
Get
SetC++
public:
virtual property DataGridViewCell^ CellTemplate {
DataGridViewCell^ get () override;
void set (DataGridViewCell^ value) override;
}F#
abstract CellTemplate : DataGridViewCell with get, set
override CellTemplate : DataGridViewCell with get, setProperty Value
DataGridViewCellExceptions
| InvalidCastException | This is thrown if the specified cell template is not a BaseComboBoxCell. |