Base Combo Box CellFormatted Value Type Property
Gets the class type of the formatted value associated with the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This always returns String.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Type FormattedValueType { get; }VB
Public Overrides ReadOnly Property FormattedValueType As Type
GetC++
public:
virtual property Type^ FormattedValueType {
Type^ get () override;
}F#
abstract FormattedValueType : Type with get
override FormattedValueType : Type with getProperty Value
TypeThis always returns String.