Search
Table.Expanded Property
See Also
 



Gets or sets a value indicating whether the tree branch under this table is currently expanded.

 Syntax

C#  Copy Code

public virtual bool Expanded { get; set; }

Visual Basic  Copy Code

Public Overridable Property Expanded As Boolean

 Property Value

A boolean value.

 Remarks

Returns false if the tree branch starting from this table is collapsed, either by the user or programmatically through the Collapse method; true, if the tree is expanded.

 See Also