WebPartConnection::Transformers Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a collection of WebPartTransformer objects used internally by the Web Parts control set.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)] property WebPartTransformerCollection^ Transformers { WebPartTransformerCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls.WebParts::WebPartTransformerCollection^A WebPartTransformerCollection containing WebPartTransformer objects.
The Transformers property is never intended for use by developers. To access the transformer associated with a connection, developers should always use the Transformer property.
The Transformers property is used internally by the Web Parts control set to enable page developers to declare transformer elements within the <asp:webpartconnection> element in the markup of a Web page.
.NET Framework
Available since 2.0
Available since 2.0
Show: