Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsBehavior.FixedGroups Property

Specifies whether or not group rows are anchored to the top of the grid View while scrolling through grouped data.

#Declaration

Delphi
property FixedGroups: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to anchor group rows to the top of the grid View so that scrolling through their content doesn’t take them out of view. This is especially useful when groups contain a number of data rows. Anchored group rows display a special icon to indicate that their grouped data is partially visible.

The images in the following table illustrate how a Table View is scrolled down one row when the FixedGroups property is set to True or False.

Property

Value

Example

True

False

Run the FixedGroupsDemo shipped with the ExpressQuantumGrid Suite to see anchored groups in action.

The default value of the FixedGroups property is False.

See Also