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

GridView.IsShowRowFooters() Method

Indicates whether group footers are available.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public virtual bool IsShowRowFooters()

#Returns

Type Description
Boolean

true if group footers are available; otherwise, false.

#Remarks

This member supports the grid control’s internal infrastructure and is not intended to be used in your code.

Group footers are displayed for each group of rows and, thus, can only be available when data grouping is applied to the View. Additionally, the GridOptionsView.GroupFooterShowMode property should not be set to the GroupFooterShowMode.Hidden value. Otherwise, group footers are not displayed.

See Also