WinExplorerViewStyleOptions.IndentBetweenGroups Property
Gets or sets the distance between Groups within the target WinExplorerView Style.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(-1)]
[XtraSerializableProperty]
public int IndentBetweenGroups { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An Int32 value that is the distance between Groups. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to IndentBetweenGroups |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
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.