Skip to main content

PivotGridSettings.SettingsExport Property

Provides access to PivotGrid export settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxPivotGridExportSettings SettingsExport { get; }

Property Value

Type Description
MVCxPivotGridExportSettings

An MVCxPivotGridExportSettings object that provides export options for the PivotGrid.

See Also