3 types derived from CompositeDataBoundControl
System.Web (3)
UI\WebControls\DetailsView.cs (1)
41public class DetailsView : CompositeDataBoundControl, IDataItemContainer, ICallbackContainer, ICallbackEventHandler, IPostBackEventHandler, IPostBackContainer, IDataBoundItemControl, IFieldControl {
UI\WebControls\FormView.cs (1)
34public class FormView : CompositeDataBoundControl, IDataItemContainer, IPostBackEventHandler,
UI\WebControls\GridView.cs (1)
41public class GridView : CompositeDataBoundControl, IPostBackContainer, IPostBackEventHandler, ICallbackContainer,