1 override of IsUsingModelBinders
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
74
protected override bool
IsUsingModelBinders
{
1 reference to IsUsingModelBinders
System.Web (1)
UI\WebControls\BaseDataBoundControl.cs (1)
136
return IsBoundUsingDataSourceID ||
IsUsingModelBinders
;