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

ASPxGridViewDetailSettings.ExportIndex Property

Gets or sets the detail view’s position among other details in a printed document.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(0)]
public int ExportIndex { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the detail view’s position among other details in a printed document.

Property Paths

You can access this nested property as listed below:

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

Remarks

The ASPxGridView can display multiple master-detail relationships. The ExportIndex property allows you to specify the detail’s position among other details in a printed document.

See Also