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

PivotGridSettings.SettingsExport Property

Provides access to PivotGrid export settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxPivotGridExportSettings SettingsExport { get; }

Property Value

Type Description
MVCxPivotGridExportSettings

An MVCxPivotGridExportSettings object that provides export options for the PivotGrid.

See Also