Back to Devexpress

WinExplorerViewStyleOptions.IsGroupCheckBoxIndentSet Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-899a1911.md

latest3.2 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
public bool IsGroupCheckBoxIndentSet { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsGroupCheckBoxIndentSet As Boolean

Property Value

TypeDescription
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 TypePath to IsGroupCheckBoxIndentSet
WinExplorerViewStyleOptionsCollection

.ExtraLarge .IsGroupCheckBoxIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Large .IsGroupCheckBoxIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Medium .IsGroupCheckBoxIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Small .IsGroupCheckBoxIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Tiles .IsGroupCheckBoxIndentSet

|

Remarks

See the WinExplorerViewStyleOptions.GroupCheckBoxIndent property to learn more.

See Also

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace