WinExplorerViewStyleOptions.GroupCaptionButtonIndent Property
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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(-1)]
[XtraSerializableProperty]
public int GroupCaptionButtonIndent { get; set; }
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GroupCaptionButtonIndent |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
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).