Skip to main content
Tab

GridViewExporterHeaderFooter.Right Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the right 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