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

ASPxGridViewExportSettings.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.v20.2.dll

NuGet Package: DevExpress.Web

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportEmptyDetailGrid
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsExport .ExportEmptyDetailGrid
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport .ExportEmptyDetailGrid
ASP.NET MVC Extensions MVCxGridView
.SettingsExport .ExportEmptyDetailGrid
See Also