windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-fa7743a9.md
Gets or sets the vertical distance between the WinExplorerView items within the current View Style.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(-1)]
[XtraSerializableProperty]
public int VerticalIndent { get; set; }
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property VerticalIndent As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | -1 |
An Int32 value that is the vertical distance between the WinExplorerView items within the current View Style.
|
You can access this nested property as listed below:
| Object Type | Path to VerticalIndent |
|---|---|
| WinExplorerViewStyleOptionsCollection |
.ExtraLarge .VerticalIndent
| | WinExplorerViewStyleOptionsCollection |
.Large .VerticalIndent
| | WinExplorerViewStyleOptionsCollection |
.Medium .VerticalIndent
| | WinExplorerViewStyleOptionsCollection |
.Small .VerticalIndent
| | WinExplorerViewStyleOptionsCollection |
.Tiles .VerticalIndent
|
The VerticalIndent property specifies the vertical distance between items within the current View Style. You can also specify item horizontal distance or surrounding margins via the WinExplorerViewStyleOptions.HorizontalIndent or WinExplorerViewStyleOptions.ContentMargins properties respectively.
See Also
WinExplorerViewStyleOptions Class