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