Back to Devexpress

WinExplorerViewStyleOptions.VerticalIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-fa7743a9.md

latest3.9 KB
Original Source

WinExplorerViewStyleOptions.VerticalIndent Property

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

Declaration

csharp
[DefaultValue(-1)]
[XtraSerializableProperty]
public int VerticalIndent { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property VerticalIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

An Int32 value that is the vertical distance between the WinExplorerView items within the current View Style.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VerticalIndent
WinExplorerViewStyleOptionsCollection

.ExtraLarge .VerticalIndent

| | WinExplorerViewStyleOptionsCollection |

.Large .VerticalIndent

| | WinExplorerViewStyleOptionsCollection |

.Medium .VerticalIndent

| | WinExplorerViewStyleOptionsCollection |

.Small .VerticalIndent

| | WinExplorerViewStyleOptionsCollection |

.Tiles .VerticalIndent

|

Remarks

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

HorizontalIndent

ContentMargins

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace