Bearbeiten

DesignerView.ShouldExpandAll Property

Definition

Gets or sets a value that indicates whether the element should expand an entire list.

public:
 property bool ShouldExpandAll { bool get(); void set(bool value); };
public bool ShouldExpandAll { get; set; }
member this.ShouldExpandAll : bool with get, set
Public Property ShouldExpandAll As Boolean

Property Value

true if the DesignerView element should expand an entire list; otherwise, false.

Applies to