windowsforms-devexpress-dot-xtralayout-dot-optionsview-dd2b4441.md
use EnableTransparentBackColor instead
Allows the parent’s background to be seen through the LayoutControl.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("use EnableTransparentBackColor instead")]
public bool AllowTransparentBackColor { get; set; }
<Obsolete("use EnableTransparentBackColor instead")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<DefaultValue(True)>
Public Property AllowTransparentBackColor As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
A Boolean value.
|
You can access this nested property as listed below:
| Object Type | Path to AllowTransparentBackColor |
|---|---|
| LayoutControl |
.OptionsView .AllowTransparentBackColor
|
This property is obsolete. Use the OptionsView.EnableTransparentBackColor property instead.
See Also