Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridView.DetailVerticalIndent Property

Gets or sets the distance between master rows and Detail Sections, in pixels. This property is in effect in Classic detail mode (see GridOptionsDetail.DetailMode).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

[DefaultValue(0)]
[DXCategory("Appearance")]
public int DetailVerticalIndent { get; set; }

#Property Value

Type Default Description
Int32 0

An integer value that specifies the distance between master rows and Detail Sections, in pixels.

#Remarks

DetailVerticalIndent

In Embedded detail mode (see GridOptionsDetail.DetailMode), the value of the detail vertical indent cannot be changed with the DetailVerticalIndent property. However, you can hide this indent with the GridOptionsDetail.ShowEmbeddedDetailIndent property.

See Also