Gets or sets a value that indicates the expansion state of the current item.
If a parent task is expanded its child tasks become visible. If a parent task is collapsed its child tasks become invisible.
It is passed to the client side as the internally managed item.isExpanded field accessible from the client code.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool IsExpanded { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsExpanded As Boolean |