EditCommandColumn.ButtonType Property
.NET Framework 3.0
Gets or sets the button type for the column.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property ButtonColumnType ButtonType { ButtonColumnType get (); void set (ButtonColumnType value); }
/** @property */ public ButtonColumnType get_ButtonType () /** @property */ public void set_ButtonType (ButtonColumnType value)
public function get ButtonType () : ButtonColumnType public function set ButtonType (value : ButtonColumnType)
Not applicable.
Property Value
One of the ButtonColumnType values. The default value is LinkButton.Community Additions
ADD
Show: