Gets or sets a value indicating whether this row is expanded. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsExpanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsExpanded As Boolean |
true if the row is expandable and expanded; otherwise, false.
See Also