Gets or sets a value indicating whether the tree branch under this table is currently expanded.
SyntaxC#
Copy Code
|
|---|
public virtual bool Expanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property Expanded As Boolean |
A boolean value.
RemarksReturns 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