windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-16e1937f.md
Gets or sets the distance between the Group caption (or check box) and this Group’s expand/collapse button.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(-1)]
[XtraSerializableProperty]
public int GroupCaptionButtonIndent { get; set; }
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property GroupCaptionButtonIndent As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | -1 |
An Int32 value that is the distance between the Group caption (or check box) and this Group’s expand/collapse button.
|
You can access this nested property as listed below:
| Object Type | Path to GroupCaptionButtonIndent |
|---|---|
| WinExplorerViewStyleOptionsCollection |
.ExtraLarge .GroupCaptionButtonIndent
| | WinExplorerViewStyleOptionsCollection |
.Large .GroupCaptionButtonIndent
| | WinExplorerViewStyleOptionsCollection |
.Medium .GroupCaptionButtonIndent
| | WinExplorerViewStyleOptionsCollection |
.Small .GroupCaptionButtonIndent
| | WinExplorerViewStyleOptionsCollection |
.Tiles .GroupCaptionButtonIndent
|
To show or hide Group expand/collapse buttons, specify the ShowExpandCollapseButtons property in the WinExplorerView.OptionsView properties section.
If group check boxes are displayed, the GroupCaptionButtonIndent property specifies the distance to these check boxes instead of group captions (see the following figure).
See Also
WinExplorerViewStyleOptions Class