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

ASPxGridViewExporter.ExportEmptyDetailGrid Property

Gets or sets a value indicating whether it’s necessary to export a detail grid, when it is empty.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ExportEmptyDetailGrid { get; set; }

Property Value

Type Default Description
Boolean **false**

true to export a detail grid, when it is empty; otherwise, false.

See Also