| Visual Basic (Declaration) | |
|---|---|
Public Property AreGroupsFlattened As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TableflowView Dim value As Boolean instance.AreGroupsFlattened = value value = instance.AreGroupsFlattened | |
| C# | |
|---|---|
public bool AreGroupsFlattened {get; set;} | |
Property Value
true if groups are flattened; false otherwise.
This property represents the local CLR property of the AreGroupsFlattened attached property.
When set to true, child groups are all aligned with the left-most (or right-most if the flow direction is right to left) parent group.
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
Copy Code