Gets or sets a value indicating whether the associated row is expanded. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsExpanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsExpanded As Boolean |
true, to expand the associated row; false, to collapse it.
See Also