2 instantiations of ButtonField
System.Web (2)
UI\WebControls\ButtonField.cs (1)
168return new ButtonField();
UI\WebControls\DataControlFieldCollection.cs (1)
93return new ButtonField();
10 references to ButtonField
System.Web (10)
UI\WebControls\ButtonField.cs (9)
27/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.ButtonField'/> class.</para> 60/// bound to the <see cref='System.Web.UI.WebControls.ButtonField.Text'/> property of the button in this field.</para> 86/// the <see cref='System.Web.UI.WebControls.ButtonField.Text'/> property of the button.</para> 159((ButtonField)newField).CommandName = CommandName; 160((ButtonField)newField).DataTextField = DataTextField; 161((ButtonField)newField).DataTextFormatString = DataTextFormatString; 162((ButtonField)newField).ImageUrl = ImageUrl; 163((ButtonField)newField).Text = Text; 201/// <para>Initializes a cell in the <see cref='System.Web.UI.WebControls.ButtonField'/> .</para>
UI\WebControls\DataControlFieldCollection.cs (1)
21typeof(ButtonField),