Skip to main content
A newer version of this page is available. .

WinExplorerViewStyleOptions.IsGroupCaptionButtonIndentSet Property

Gets whether the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property is customized.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

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
.List.IsGroupCaptionButtonIndentSet
See Also