windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-97fa0c78.md
Gets or sets whether to colorize the layout group border and caption using the LayoutGroup.AppearanceGroup.BorderColor setting in skinning paint schemes. This property is ignored by default starting from v18.2.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty]
public bool AllowBorderColorBlending { get; set; }
<DefaultValue(False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
<XtraSerializableProperty>
Public Property AllowBorderColorBlending As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the layout group border should be colorized according to its border color in skinning paint schemes; otherwise, false.
|
Use the LayoutGroup.AppearanceGroup.BorderColor setting (LayoutItemContainer.AppearanceGroup) to highlight the layout group’s caption and border with a custom color.
Starting from version 18.2, you do not need to use the AllowBorderColorBlending option for this functionality to be in effect.
The LayoutControl takes the AllowBorderColorBlending property into account in the following cases:
See Also