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

ASPxGridViewExportSettings.DetailVerticalOffset Property

Gets or sets the detail row’s vertical offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(5)]
public int DetailVerticalOffset { get; set; }

Property Value

Type Default Description
Int32 5

An integer value that specifies the vertical offset.

Property Paths

You can access this nested property as listed below:

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