GridView.IsShowRowFooters() Method
Indicates whether group footers are available.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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