DerivedHierarchyLevel.IsVisible Property

Definition

Gets or sets a value that indicates whether the level is visible within the derived hierarchy.

public:
 property bool IsVisible { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsVisible { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsVisible : bool with get, set
Public Property IsVisible As Boolean

Property Value

true if the level is visible within the derived hierarchy; otherwise, false.

Attributes

Applies to