Skip to main content
Tab

ASPxGridViewExportSettings.DetailHorizontalOffset Property

Gets or sets the detail row’s horizontal offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 5

An integer value that specifies the horizontal offset.

Property Paths

You can access this nested property as listed below:

Object Type Path to DetailHorizontalOffset
ASPxGridView
.SettingsExport .DetailHorizontalOffset
See Also