MindFusion.Scheduling for Silverlight Programmer's Guide
GridRow.IsExpanded Property
See Also
 





Gets or sets a value indicating whether this row is expanded. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool IsExpanded { get; set; }

Visual Basic  Copy Code

Public Property IsExpanded As Boolean

 Property Value

true if the row is expandable and expanded; otherwise, false.

 See Also

GridRow Members
GridRow Class
MindFusion.DataViews.Silverlight Namespace