Base Combo Box CellValue Type 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: 2024.12.31.0
This returns a Type representing the data type of the value in the cell
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Type ValueType { get; }VB
Public Overrides ReadOnly Property ValueType As Type
GetC++
public:
virtual property Type^ ValueType {
Type^ get () override;
}F#
abstract ValueType : Type with get
override ValueType : Type with getProperty Value
TypeThis returns a Type representing the data type of the value in the cell