Skip to main content

WinExplorerViewStyleOptions.IsGroupCaptionButtonIndentSet Property

Gets whether the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property is customized.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property is customized; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection
.ExtraLarge .IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection
.Large .IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection
.Medium .IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection
.Small .IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection
.Tiles .IsGroupCaptionButtonIndentSet
See Also