WebPartManager::AvailableTransformers Property
.NET Framework (current version)
Gets a collection of WebPartTransformer objects that are available for use in creating Web Parts connections between server controls.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property TransformerTypeCollection^ AvailableTransformers { TransformerTypeCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls.WebParts::TransformerTypeCollection^A TransformerTypeCollection that contains a set of WebPartTransformer objects.
This property uses the CreateAvailableTransformers method to create the collection. By default, it reads the available transformers from the application configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: