| AgileShapes / Advanced Extension | 
This AgileShape can be used to add managed custom code using the C# coding language.
The Managed Code C# and Managed Code VB AgileParts allow developers to add custom classes to their code snippets. Support for custom classes requires the following setup:
<?xml version="1.0" encoding="utf-8" ?>
   <configuration>   
      <assemblies>
         <Assembly>Infragistics2.WebUI.Misc.v8.1, 
            Version=8.1.20081.1000, Culture=neutral, 
            PublicKeyToken=7dd5c3163f2cd0cb
         </Assembly>
      </assemblies>
   </configuration>
                        
The properties of the basic AgilePart AgileShape are also included in this AgileShape. For more information, see AgilePart.