C1.WPF.Extended Namespace / ApplyPageTemplate Enumeration

ApplyPageTemplate Enumeration
Specifies whether page templates should be used.
Syntax
'Declaration
 
Public Enum ApplyPageTemplate 
   Inherits System.Enum
 
Members
MemberDescription
FalseThe page template won't be applied to the page
TrueThe page template will be applied to the page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Extended.ApplyPageTemplate

See Also