Back to Devexpress

OptionsView.EnableIndentsInGroupsWithoutBorders Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-2035c425.md

latest2.8 KB
Original Source

OptionsView.EnableIndentsInGroupsWithoutBorders Property

Gets or sets whether a layout group’s indents, specified by its BaseLayoutItem.Spacing and BaseLayoutItem.Padding properties, are applied when the group’s borders are hidden.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool EnableIndentsInGroupsWithoutBorders { get; set; }
vb
<DefaultValue(False)>
Public Property EnableIndentsInGroupsWithoutBorders As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a layout group’s indents are applied when the group’s borders are hidden; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableIndentsInGroupsWithoutBorders
LayoutControl

.OptionsView .EnableIndentsInGroupsWithoutBorders

|

Remarks

The visibility of a layout group’s borders is controled by the LayoutGroup.GroupBordersVisible property. By default, if the borders are hidden, the group’s indents that are specified by its BaseLayoutItem.Spacing and BaseLayoutItem.Padding properties are not applied. Setting the EnableIndentsInGroupsWithoutBorders property to true displays the group’s indents when the borders are visible.

See Also

GroupBordersVisible

Spacing

Padding

EnableIndentsWithoutBorders

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace