MindFusion.Wpf Pack Programmer's Guide
ResourceHeader.IsExpanded Property
See Also
 





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

 Syntax

C#  Copy Code

public bool IsExpanded { get; set; }

Visual Basic  Copy Code

Public Property IsExpanded As Boolean

 Property Value

true, to expand the associated row; false, to collapse it.

 See Also

ResourceHeader Members
ResourceHeader Class
MindFusion.Scheduling.Wpf Namespace