ASPxGridViewDetailSettings.ExportIndex Property
Gets or sets the detail view’s position among other details in a printed document.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
GridViewProperties |
|
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