Skip to main content
Tab

GridViewExporterHeaderFooter.Center Property

Gets or sets the text content of a header/footer’s center section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Center { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the center section’s text content.

Remarks

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.

HeaderFooterDesigner

See Also