DesignerView.ShouldExpandAll プロパティ

定義

要素がリスト全体を展開する必要があるかどうかを示す値を取得または設定します。

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

プロパティ値

true DesignerView要素がリスト全体を展開する必要がある場合は、それ以外の場合はfalse

適用対象