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!

ButtonColumn.ButtonType

[To be supplied.]

[Visual Basic]
Overridable Public Property ButtonType As ButtonColumnType
[C#]
public ButtonColumnType ButtonType {virtual get; virtual set;}
[C++]
public: __property virtual ButtonColumnType get_ButtonType();
public: __property virtual void set_ButtonType(ButtonColumnType);
[JScript]
public function get ButtonType() : ButtonColumnType;
public function set ButtonType(ButtonColumnType);

See Also

ButtonColumn Class | ButtonColumn Members | System.Web.UI.WebControls Namespace