Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ApplyPageTemplate Enumeration

In This Topic
    ApplyPageTemplate Enumeration
    In This Topic
    Specifies whether page templates should be used.
    Syntax
    'Declaration
     
    
    Public Enum ApplyPageTemplate 
       Inherits System.Enum
    public enum ApplyPageTemplate : 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