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.v21.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to ExportMode
ASPxGridView
.SettingsDetail .ExportMode
GridViewProperties
.SettingsDetail .ExportMode

Remarks

To learn more, see Built-in Export .

See Also