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)
[<BrowsableAttribute(false)>] member AvailableTransformers : TransformerTypeCollection with get
Property Value
Type: System.Web.UI.WebControls.WebParts.TransformerTypeCollectionA 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: