Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNode Class / Expanded Property

In This Topic
    Expanded Property
    In This Topic
    Gets or sets a value indicating whether this OutlineNode expanded and its child nodes are visible.
    Syntax
    'Declaration
     
    Public Property Expanded As System.Boolean
    public System.bool Expanded {get; set;}
    See Also