1 write to Text
System.Web (1)
UI\WebControls\ButtonField.cs (1)
163
((ButtonField)newField).
Text
= Text;
4 references to Text
System.Web (4)
UI\WebControls\ButtonField.cs (4)
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>
163
((ButtonField)newField).Text =
Text
;
250
button.Text =
Text
;