Skip to main content
A newer version of this page is available. .

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

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

WinExplorerView - Group Caption Area Indents

See Also