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

MVCxPivotGridExportSettings.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.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public WebPrintAppearance StylesPrint { get; }

Property Value

Type Description
DevExpress.PivotGrid.Printing.WebPrintAppearance

A WebPrintAppearance object that contains export style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to StylesPrint
PivotGridSettings
.SettingsExport.StylesPrint
See Also