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.v24.1.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 |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
WinExplorerView groups can display check boxes within their captions. To do so, set the WinExplorerViewOptionsView.ShowCheckBoxInGroupCaption property to true.
See Also