NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridValueColumn.ValueEditorType

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);

See Also

DataGridValueColumn Class | DataGridValueColumn Members | System.WinForms Namespace