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

GridViewExporterHeaderFooter.Font Property

Gets the font properties associated with the text of a header/footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FontInfo Font { get; }

Property Value

Type Description
FontInfo

A FontInfo object containing the font properties of text.

See Also