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

ASPxGridViewExporter.DetailHorizontalOffset Property

Gets or sets the detail row’s horizontal offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 5

An integer value that specifies the horizontal offset.

See Also