2 instantiations of DataList
System.Web (2)
UI\WebControls\CreateUserWizard.cs (1)
3536DataList dataList = new DataList();
UI\WebControls\Wizard.cs (1)
3198var dataList = new DataList();
36 references to DataList
System.Web (35)
UI\WebControls\BaseDataList.cs (1)
18/// <para>Serves as the abstract base class for the <see cref='System.Web.UI.WebControls.DataList'/> and <see cref='System.Web.UI.WebControls.DataGrid'/>
UI\WebControls\CreateUserWizard.cs (1)
3536DataList dataList = new DataList();
UI\WebControls\DataList.cs (21)
91/// Initializes a new instance of the <see cref='System.Web.UI.WebControls.DataList'/> class. 102/// <para>Gets the style properties for alternating items in the <see cref='System.Web.UI.WebControls.DataList'/>. This 126/// <para>Indicates the template to use for alternating items in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 194/// <para>Indicates the template to use for an item set in edit mode within the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 258/// <para> Indicates the template to use for the footer in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 320/// <para>Indicates the template to use for the header in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 388/// <para>Indicates the template to use for an item in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 580/// <para>Indicates the template to use for the currently selected item in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 619/// <see cref='System.Web.UI.WebControls.DataList'/>.</para> 642/// <para>Indicates the template to use for the separator in the <see cref='System.Web.UI.WebControls.DataList'/>.</para> 663/// <see cref='System.Web.UI.WebControls.DataList'/>.</para> 712/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataList'/> with a 730/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataList'/> with a 749/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataList'/> with a 767/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataList'/> not covered by 820/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataList'/> with a 1106if (StringUtil.EqualsIgnoreCase(command, DataList.SelectCommandName)) { 1110else if (StringUtil.EqualsIgnoreCase(command, DataList.EditCommandName)) { 1113else if (StringUtil.EqualsIgnoreCase(command, DataList.DeleteCommandName)) { 1116else if (StringUtil.EqualsIgnoreCase(command, DataList.UpdateCommandName)) { 1119else if (StringUtil.EqualsIgnoreCase(command, DataList.CancelCommandName)) {
UI\WebControls\DataListCommandEventArgs.cs (2)
15/// <para>Provides data for the <see langword='DataListCommand'/> event of a <see cref='System.Web.UI.WebControls.DataList'/>. 35/// <para>Gets the selected item in the <see cref='System.Web.UI.WebControls.DataList'/>.</para>
UI\WebControls\DataListCommandEventHandler.cs (1)
17/// <see langword='DataListCommand'/> event of a <see cref='System.Web.UI.WebControls.DataList'/>.</para>
UI\WebControls\DataListItem.cs (4)
16/// <para>Represents an item in the <see cref='System.Web.UI.WebControls.DataList'/>. </para> 39/// <para>Represents an item in the <see cref='System.Web.UI.WebControls.DataList'/>. </para> 52/// <para>Indicates the index of the item in the <see cref='System.Web.UI.WebControls.DataList'/>. This property is 63/// <para>Indicates the type of the item in the <see cref='System.Web.UI.WebControls.DataList'/>.</para>
UI\WebControls\DataListItemEventArgs.cs (2)
12/// <para>Provides data for the <see langword='DataListItem'/> event of a <see cref='System.Web.UI.WebControls.DataList'/> .</para> 29/// <para>Gets the item form the <see cref='System.Web.UI.WebControls.DataList'/>.</para>
UI\WebControls\DataListItemEventHandler.cs (1)
14/// <see langword='DataListItem'/> event of a <see cref='System.Web.UI.WebControls.DataList'/> .</para>
UI\WebControls\SiteMapNodeItem.cs (1)
60/// <para>Indicates the type of the item in the <see cref='System.Web.UI.WebControls.DataList'/>.</para>
UI\WebControls\Wizard.cs (1)
3198var dataList = new DataList();
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
27using DataList = System.Web.UI.WebControls.DataList;