|
|
|
|
Expanded Property, ItemClass Class |
Returns whether this item is expanded.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Expanded As Boolean |
C# |
public bool Expanded { get; } |
C++ |
public: property bool Expanded { |
Property Value
True if this item is expanded, otherwise False.
Comments
The Expanded property returns whether this item is expanded.
The Expand method can be used to expand an item's dependents.