Share via


IExplorerNodeTypeDefinition.IsAlwaysLeaf Property

Definition

Gets a value that indicates whether nodes of this type have no child nodes.

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

Property Value

A value that indicates whether nodes of this type have no child nodes.

Remarks

This property can be superseded by extensions to this node type.

Applies to