WebPartManager.AvailableTransformers Property

Definition

Gets a collection of WebPartTransformer objects that are available for use in creating Web Parts connections between server controls.

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.TransformerTypeCollection AvailableTransformers { get; }

Property Value

A TransformerTypeCollection that contains a set of WebPartTransformer objects.

Attributes

Remarks

This property uses the CreateAvailableTransformers method to create the collection. By default, it reads the available transformers from the application configuration file.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also