Return true if the class uses a control to render, otherwise return false to render directly from this clas via the Render method

Namespace:  EPiServer.DynamicContent
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
bool RendersWithControl { get; }

See Also