Back to Devexpress

TableView.AllowFixedGroups Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-13ad7493.md

latest1.8 KB
Original Source

TableView.AllowFixedGroups Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DefaultBoolean AllowFixedGroups { get; set; }
vb
Public Property AllowFixedGroups As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether to fix group rows when scrolling through grouped data.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace