WinExplorerViewStyleOptions.IsGroupCheckBoxIndentSet Property
Gets whether the indent between the text and check box in the group caption area is currently set.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the indent between the text and check box in the group caption area is currently set; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to IsGroupCheckBoxIndentSet |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
See the WinExplorerViewStyleOptions.GroupCheckBoxIndent property to learn more.
See Also