Base Combo Box Column Constructor
Constructor
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#
protected BaseComboBoxColumn(
BaseComboBoxCell cellTemplate
)VB
Protected Sub New (
cellTemplate As BaseComboBoxCell
)C++
protected:
BaseComboBoxColumn(
BaseComboBoxCell^ cellTemplate
)F#
new :
cellTemplate : BaseComboBoxCell -> BaseComboBoxColumnParameters
- cellTemplate BaseComboBoxCell
- The cell template to use