Skip to main content
Tab

ASPxGridViewExporter.DetailVerticalOffset Property

Gets or sets the detail row’s vertical offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also