Back to Devexpress

WinExplorerViewStyleOptions.IndentBetweenGroupAndItem Property

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

latest3.7 KB
Original Source

WinExplorerViewStyleOptions.IndentBetweenGroupAndItem Property

Gets or sets the distance between group captions and items within these groups.

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 IndentBetweenGroupAndItem { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property IndentBetweenGroupAndItem As Integer

Property Value

TypeDefaultDescription
Int32-1

An Int32 value that is the distance between group captions and items within these groups.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IndentBetweenGroupAndItem
WinExplorerViewStyleOptionsCollection

.ExtraLarge .IndentBetweenGroupAndItem

| | WinExplorerViewStyleOptionsCollection |

.Large .IndentBetweenGroupAndItem

| | WinExplorerViewStyleOptionsCollection |

.Medium .IndentBetweenGroupAndItem

| | WinExplorerViewStyleOptionsCollection |

.Small .IndentBetweenGroupAndItem

| | WinExplorerViewStyleOptionsCollection |

.Tiles .IndentBetweenGroupAndItem

|

Remarks

The IndentBetweenGroupAndItem property specifies both top and bottom indents for the group content. The picture below illustrates the IndentBetweenGroupAndItem property set to 40 pixels.

You can also specify the indent between groups via the WinExplorerViewStyleOptions.IndentBetweenGroups property.

See Also

IndentBetweenGroups

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace