BaseComboBoxCellValueType Property

Gets or sets the data type of the values in the cell

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Type ValueType { get; }

Property Value

Type
This returns a Type representing the data type of the value in the cell

See Also