Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to ExportIndex
ASPxGridView
.SettingsDetail .ExportIndex
GridViewProperties
.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