Base Image CellFormatted Value Type Property
This is overridden to return Object as the formatted value type
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 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 get