Back to Devexpress

WinExplorerViewStyleOptions.GroupCaptionButtonIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-16e1937f.md

latest4.0 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[XtraSerializableProperty]
public int GroupCaptionButtonIndent { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property GroupCaptionButtonIndent As Integer

Property Value

TypeDefaultDescription
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 TypePath to GroupCaptionButtonIndent
WinExplorerViewStyleOptionsCollection

.ExtraLarge .GroupCaptionButtonIndent

| | WinExplorerViewStyleOptionsCollection |

.Large .GroupCaptionButtonIndent

| | WinExplorerViewStyleOptionsCollection |

.Medium .GroupCaptionButtonIndent

| | WinExplorerViewStyleOptionsCollection |

.Small .GroupCaptionButtonIndent

| | WinExplorerViewStyleOptionsCollection |

.Tiles .GroupCaptionButtonIndent

|

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).

See Also

OptionsView

GroupCheckBoxIndent

ShowCheckBoxInGroupCaption

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace