Specifies whether page templates should be used.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public enum ApplyPageTemplate
Visual Basic
Public Enumeration ApplyPageTemplate

Members

Member nameValueDescription
True0 The page template will be applied to the page.
False1 The page template won't be applied to the page

See Also