Skip to main content
A newer version of this page is available. .
Tab

GridViewExporterHeaderFooter.Left Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the left 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,as shown in the following image.

HeaderFooterDesigner

See Also