1 type derived from DataControlLinkButton
System.Web (1)
UI\WebControls\DataControlPagerLinkButton.cs (1)
18internal class DataControlPagerLinkButton : DataControlLinkButton {
5 instantiations of DataControlLinkButton
System.Web (5)
UI\WebControls\ButtonField.cs (2)
216button = new DataControlLinkButton(container); 221button = new DataControlLinkButton(null);
UI\WebControls\CommandField.cs (2)
507button = new DataControlLinkButton(container); 511button = new DataControlLinkButton(null);
UI\WebControls\DataControlField.cs (1)
507sortButton = new DataControlLinkButton(container);
2 references to DataControlLinkButton
System.Web (2)
UI\WebControls\DataControlField.cs (2)
508((DataControlLinkButton)sortButton).EnableCallback(null); // no command argument for the callback uses Sort 517if (!(sortButton is DataControlLinkButton)) {