Embedded textbox editor that edit values of primitive types (int, double, etc.) in cell.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public class ConvertibleValueEditor : UITypeEditorEx
Visual Basic
Public Class ConvertibleValueEditor
	Inherits UITypeEditorEx
Visual C++
public ref class ConvertibleValueEditor : public UITypeEditorEx
F#
type ConvertibleValueEditor =  
    class
        inherit UITypeEditorEx
    end

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    Dapfor.Net.Editors..::..UITypeEditorEx
      Dapfor.Net.Editors..::..ConvertibleValueEditor

See Also