Back to Devexpress

WinExplorerViewStyleOptions.GroupCheckBoxIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-e465c7fc.md

latest3.7 KB
Original Source

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

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

Declaration

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

Property Value

TypeDefaultDescription
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 TypePath 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.

See Also

ShowCheckBoxInGroupCaption

GroupCaptionButtonIndent

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace