A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowFooter Property
Gets or sets a value specifying whether the view footer is displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to display the View footer; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowFooter |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
Use footers to display multiple total summaries. If the GridOptionsMenu.ShowFooterItem option is enabled, end-users can manually display or hide the column footer.
See Also
Feedback