WorkflowOutline.NeedsExpandAll Property

Definition

Gets or sets a value that indicates whether the document outline TreeView needs to be expanded.

protected public:
 property bool NeedsExpandAll { bool get(); void set(bool value); };
protected internal bool NeedsExpandAll { get; set; }
member this.NeedsExpandAll : bool with get, set
Protected Friend Property NeedsExpandAll As Boolean

Property Value

true if the document outline TreeView needs to be expanded; otherwise, false.

Applies to