TableView.AllowFixedGroups Property
In This Article
Gets or sets whether the top row for the visible group is always displayed as the user scrolls through grouped data. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Default |
A Default |
#Remarks
This scrolling mode is perfect for viewing large amounts of grouped data. The top row of the visible group will always be displayed as you scroll through grouped data. The anchored group row(s) is shadowed to indicate that the grouped data is only partially displayed.
See Also