Skip to main content
Tab

ASPxGridView.SettingsExport Property

Provides access to the ASPxGridView’s export settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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