Skip to main content

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

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

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
.ExtraLarge .GroupCheckBoxIndent
WinExplorerViewStyleOptionsCollection
.Large .GroupCheckBoxIndent
WinExplorerViewStyleOptionsCollection
.Medium .GroupCheckBoxIndent
WinExplorerViewStyleOptionsCollection
.Small .GroupCheckBoxIndent
WinExplorerViewStyleOptionsCollection
.Tiles .GroupCheckBoxIndent

Remarks

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

WinExplorerView - Group Caption Area Indents

See Also