AreGroupsFlattened Property
See Also 
Xceed.Wpf.DataGrid.v4.2 Assembly > Xceed.Wpf.DataGrid.Views Namespace > TableflowView Class : AreGroupsFlattened Property


Gets or sets a value indicating whether the view's child groups are flattened (not indented) in relation to the parent group.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also