Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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