MVCxCardViewExportSettings.PageFooter Property
Gets the page footer’s settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
GridViewExporterHeaderFooter | A GridViewExporterHeaderFooter object that contains the page footer’s settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PageFooter |
---|---|
CardViewSettings |
|
Remarks
When exporting a grid’s data, it’s possible to customize the content of page headers and footers. Both headers and footers provide three sections - with left, centered and right alignment. Every section can contain arbitrary text as well as service fields displaying the current date, page number, user name, etc.
You can also specify the report header and footer using the MVCxCardViewExportSettings.ReportHeader and MVCxCardViewExportSettings.ReportFooter properties.