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

ASPxGridViewDetailSettings.ExportMode Property

Gets or sets which detail rows can be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(GridViewDetailExportMode.None)]
public GridViewDetailExportMode ExportMode { get; set; }

Property Value

Type Default Description
GridViewDetailExportMode **None**

A GridViewDetailExportMode enumeration value that specifies which detail rows can be exported.

Available values:

Name Description
None

Details are not exported.

Expanded

Only expanded details are exported.

All

All master and detail rows are exported regardless of their expanded state.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportMode
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsDetail.ExportMode
GridViewProperties
.SettingsDetail.ExportMode
GridViewSettings
.SettingsDetail.ExportMode
GridViewSettings<RowType>
.SettingsDetail.ExportMode
MVCxGridView
.SettingsDetail.ExportMode
MVCxGridViewProperties
.SettingsDetail.ExportMode
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsDetail.ExportMode

Remarks

To learn more, see Built-in Export .

See Also