The value editor type being used. Setting this property creates a new value editor.
[Visual Basic] Overridable Public Property ValueEditorType As Type [C#] public Type ValueEditorType {virtual get; virtual set;} [C++] public: __property virtual Type* get_ValueEditorType(); public: __property virtual void set_ValueEditorType(Type*); [JScript] public function get ValueEditorType() : Type; public function set ValueEditorType(Type);
DataGridValueColumn Class | DataGridValueColumn Members | System.WinForms Namespace