Skip to main content

WinExplorerViewStyleOptions.IndentBetweenGroups Property

Gets or sets the distance between Groups within the target WinExplorerView Style.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.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
.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.

WinExplorerView - IndentBetweenGroups

See Also