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

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.v18.2.dll

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