windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-e465c7fc.md
Gets or sets the distance between a check box and text within the group caption area.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(-1)]
[XtraSerializableProperty]
public int GroupCheckBoxIndent { get; set; }
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property GroupCheckBoxIndent As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | -1 |
An Int32 value that is the distance between a check box and text within the group caption area.
|
You can access this nested property as listed below:
| Object Type | Path to GroupCheckBoxIndent |
|---|---|
| WinExplorerViewStyleOptionsCollection |
.ExtraLarge .GroupCheckBoxIndent
| | WinExplorerViewStyleOptionsCollection |
.Large .GroupCheckBoxIndent
| | WinExplorerViewStyleOptionsCollection |
.Medium .GroupCheckBoxIndent
| | WinExplorerViewStyleOptionsCollection |
.Small .GroupCheckBoxIndent
| | WinExplorerViewStyleOptionsCollection |
.Tiles .GroupCheckBoxIndent
|
WinExplorerView groups can display check boxes within their captions. To do so, set the WinExplorerViewOptionsView.ShowCheckBoxInGroupCaption property to true.
See Also
WinExplorerViewStyleOptions Class