Back to Devexpress

OptionsView.AllowTransparentBackColor Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-dd2b4441.md

latest2.2 KB
Original Source

OptionsView.AllowTransparentBackColor Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("use EnableTransparentBackColor instead")]
public bool AllowTransparentBackColor { get; set; }
vb
<Obsolete("use EnableTransparentBackColor instead")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<DefaultValue(True)>
Public Property AllowTransparentBackColor As Boolean

Property Value

TypeDefaultDescription
Booleantrue

A Boolean value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowTransparentBackColor
LayoutControl

.OptionsView .AllowTransparentBackColor

|

Remarks

This property is obsolete. Use the OptionsView.EnableTransparentBackColor property instead.

See Also

EnableTransparentBackColor

AllowDrawBackground

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace