PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewOutlineView Class / ExpandTree Property

In This Topic
    ExpandTree Property (C1PreviewOutlineView)
    In This Topic
    Gets or sets a value indicating whether to expand the tree when the outline is displayed for the first time.
    Syntax
    'Declaration
     
    Public Property ExpandTree As Boolean
    public bool ExpandTree {get; set;}
    See Also