Back to Devexpress

GridView.DetailVerticalIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-60b64bab.md

latest2.5 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Appearance")]
public int DetailVerticalIndent { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(0)>
Public Property DetailVerticalIndent As Integer

Property Value

TypeDefaultDescription
Int320

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

|

Remarks

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

DetailMode

ShowEmbeddedDetailIndent

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace