Skip to main content

WebCustomExportHeaderEventArgs.Appearance Property

Gets or sets the appearance object used to paint the header currently being exported.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public WebPrintAppearanceObject Appearance { get; set; }

Property Value

Type Description
DevExpress.PivotGrid.Printing.WebPrintAppearanceObject

A DevExpress.PivotGrid.Printing.WebPrintAppearanceObject object that contains appearance settings used to paint the header currently being exported.

See Also