5 types derived from ListControl
System.Web (5)
UI\WebControls\BulletedList.cs (1)
29public class BulletedList : ListControl, IPostBackEventHandler {
UI\WebControls\CheckBoxList.cs (1)
21public class CheckBoxList : ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler {
UI\WebControls\DropDownList.cs (1)
26public class DropDownList : ListControl, IPostBackDataHandler {
UI\WebControls\Listbox.cs (1)
26public class ListBox : ListControl, IPostBackDataHandler {
UI\WebControls\RadioButtonList.cs (1)
25public class RadioButtonList : ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler {
15 references to ListControl
System.Web (6)
UI\Page.cs (3)
3240if (AppSettings.EnableAsyncModelBinding && consumer is ListControl) { 3241var listControl = consumer as ListControl;
UI\WebControls\ListControl.cs (1)
46/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.ListControl'/> class.</para>
UI\WebControls\ListItemCollection.cs (1)
15/// <para>Encapsulates the items within a <see cref='System.Web.UI.WebControls.ListControl'/> .
UI\WebParts\ConnectionsZone.cs (1)
2102private void SelectValueInList(ListControl list, string value) {
System.Web.DynamicData (9)
DynamicData\FieldTemplateUserControl.cs (2)
307protected void PopulateListControl(ListControl listControl) { 317private void FillEnumListControl(ListControl list, Type enumType) {
DynamicData\FilterUserControlBase.cs (5)
109public void PopulateListControl(ListControl listControl) { 271public abstract void PopulateListControl(ListControl listControl); 299public override void PopulateListControl(ListControl listControl) { 325public override void PopulateListControl(ListControl listControl) { 340public override void PopulateListControl(ListControl listControl) {
DynamicData\QueryableFilterUserControl.cs (2)
44public void PopulateListControl(ListControl listControl) { 56private void FillEnumListControl(ListControl list, Type enumType) {