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

GridViewDetailExportMode Enum

Lists values that specify which detail rows can be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewDetailExportMode

Members

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.

Related API Members

The following properties accept/return GridViewDetailExportMode values:

Remarks

The values listed by this enumeration are used to set the ASPxGridViewDetailSettings.ExportMode property’s value. To learn more, see Built-in Export .

See Also