1 type derived from DataControlLinkButton
System.Web (1)
UI\WebControls\DataControlPagerLinkButton.cs (1)
18
internal class DataControlPagerLinkButton :
DataControlLinkButton
{
5 instantiations of DataControlLinkButton
System.Web (5)
UI\WebControls\ButtonField.cs (2)
216
button = new
DataControlLinkButton
(container);
221
button = new
DataControlLinkButton
(null);
UI\WebControls\CommandField.cs (2)
507
button = new
DataControlLinkButton
(container);
511
button = new
DataControlLinkButton
(null);
UI\WebControls\DataControlField.cs (1)
507
sortButton = 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
517
if (!(sortButton is
DataControlLinkButton
)) {