EditCommandColumn Constructor ()

 

Initializes a new instance of the EditCommandColumn class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public EditCommandColumn()

Use this constructor to create and initialize a new instance of the EditCommandColumn class.

The following example demonstrates how to create and initialize a new instance of the EditCommandColumn class.

void Page_Load(Object sender, EventArgs e) 
{

   EditCommandColumn editcolumn = new EditCommandColumn(); 

}   

.NET Framework
Available since 1.1
Return to top
Show: