MindFusion.Wpf Pack 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.Wpf
Assembly: MindFusion.DataViews.Wpf

 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.Wpf Namespace