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.ValueType

[To be supplied.]

[Visual Basic]
Overridable Public Property ValueType As Type
[C#]
public Type ValueType {virtual get; virtual set;}
[C++]
public: __property virtual Type* get_ValueType();
public: __property virtual void set_ValueType(Type*);
[JScript]
public function get ValueType() : Type;
public function set ValueType(Type);

See Also

DataGridValueColumn Class | DataGridValueColumn Members | System.WinForms Namespace