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

ASPxGridView.SettingsExport Property

Provides access to the ASPxGridView’s export settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewExportSettings SettingsExport { get; }

Property Value

Type Description
ASPxGridViewExportSettings

A ASPxGridViewExportSettings object that contains the ASPxGridView’s export settings.

See Also