Skip to main content
Tab

GridViewExporterHeaderFooter.Font Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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