Skip to main content

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

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

Declaration

[Browsable(false)]
public bool IsGroupCheckBoxIndentSet { get; }

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