HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Expanded Property, ItemClass Class

Returns whether this item is expanded.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool Expanded { get; }
Public ReadOnly Property Expanded As Boolean

Value

True if this item is expanded, otherwise False.

Comments

Returns whether this item is expanded.

The ItemClass.Expand method can be used to expand an item's dependents.

See Also ItemClass Class | Classes | SftTree/NET 3.0