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: 5.2.375.236

Syntax

C#
bool RendersWithControl { get; }

See Also