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

ASPxPivotGrid.StylesPrint Property

Provides access to style settings that allow the export appearance of the pivot grid (and its visual elements) to be defined.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public WebPrintAppearance StylesPrint { get; }

Property Value

Type Description
DevExpress.PivotGrid.Printing.WebPrintAppearance

A WebPrintAppearance object that contains export style settings.

See Also