Back to Devexpress

WinExplorerViewStyleOptions.IsGroupCaptionButtonIndentSet Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-7d44a76c.md

latest3.3 KB
Original Source

WinExplorerViewStyleOptions.IsGroupCaptionButtonIndentSet Property

Gets whether the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property is customized.

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 IsGroupCaptionButtonIndentSet { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsGroupCaptionButtonIndentSet As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IsGroupCaptionButtonIndentSet
WinExplorerViewStyleOptionsCollection

.ExtraLarge .IsGroupCaptionButtonIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Large .IsGroupCaptionButtonIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Medium .IsGroupCaptionButtonIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Small .IsGroupCaptionButtonIndentSet

| | WinExplorerViewStyleOptionsCollection |

.Tiles .IsGroupCaptionButtonIndentSet

|

See Also

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace