Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBehaviorSettings.AllowFixedGroups Property

Gets or sets whether a top group row is fixed while scrolling the group’s data rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowFixedGroups { get; set; }

Property Value

Type Default Description
Boolean false

true, if a top group row is fixed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowFixedGroups
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .AllowFixedGroups
GridViewProperties
.SettingsBehavior .AllowFixedGroups
GridViewSettings
.SettingsBehavior .AllowFixedGroups
GridViewSettings<RowType>
.SettingsBehavior .AllowFixedGroups
MVCxGridView
.SettingsBehavior .AllowFixedGroups
MVCxGridViewProperties
.SettingsBehavior .AllowFixedGroups
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .AllowFixedGroups

Remarks

Set the AllowFixedGroups property to true to fix the top group row while scrolling the group’s data rows. A special image is displayed in a group row to mark that it is fixed. You can customize the image using the GridViewImages.FixedGroupRow property.

FixedGroups

See Also