FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PrintPageTemplate Class / Content Property

In This Topic
    Content Property
    In This Topic
    Gets or sets the content of the page template.
    Syntax
    'Declaration
     
    Public Property Content As UIElement
    public UIElement Content {get; set;}
    See Also