ASPxVerticalGridExporter.PageHeader Property
In This Article
Gets the page header’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewExporterHeaderFooter PageHeader { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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.
To customize header and footer content, you can use a design-time editor shown in the following image.
See Also