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

WinExplorerViewStyleOptions.GroupCheckBoxIndent Property

Gets or sets the distance between a check box and text within the group caption area.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public int GroupCheckBoxIndent { get; set; }

Property Value

Type Default Description
Int32 -1

An Int32 value that is the distance between a check box and text within the group caption area.

Property Paths

You can access this nested property as listed below:

Object Type Path to GroupCheckBoxIndent
WinExplorerViewStyleOptionsCollection
.List.GroupCheckBoxIndent

Remarks

WinExplorerView groups can display check boxes within their captions. To do so, set the WinExplorerViewOptionsView.ShowCheckBoxInGroupCaption property to true. See this link to learn more.

WinExplorerView - Group Caption Area Indents

See Also