Back to Devexpress

WinExplorerViewStyleOptions.IndentBetweenGroups Property

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

latest4.0 KB
Original Source

WinExplorerViewStyleOptions.IndentBetweenGroups Property

Gets or sets the distance between Groups within the target WinExplorerView 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 IndentBetweenGroups { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property IndentBetweenGroups As Integer

Property Value

TypeDefaultDescription
Int32-1

An Int32 value that is the distance between Groups.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IndentBetweenGroups
WinExplorerViewStyleOptionsCollection

.ExtraLarge .IndentBetweenGroups

| | WinExplorerViewStyleOptionsCollection |

.Large .IndentBetweenGroups

| | WinExplorerViewStyleOptionsCollection |

.Medium .IndentBetweenGroups

| | WinExplorerViewStyleOptionsCollection |

.Small .IndentBetweenGroups

| | WinExplorerViewStyleOptionsCollection |

.Tiles .IndentBetweenGroups

|

Remarks

For the WinExplorerViewStyle.List Style, in which Groups cannot be collapsed, the IndentBetweenGroups property is always in effect. For all the other WinExplorerView Styles, the IndentBetweenGroups property specifies the distance between collapsed Groups only. Groups can be collapsed via expand/collapse buttons. Use the ShowExpandCollapseButtons property in the WinExplorerView.OptionsView properties section to specify whether these buttons are visible.

The figure bellow illustrates the IndentBetweenGroups property for List and Medium Styles.

See Also

WinExplorer View

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace