OptionsView.AllowTransparentBackColor Property
In This Article
OBSOLETE
use Enable
Allows the parent’s background to be seen through the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("use EnableTransparentBackColor instead")]
public bool AllowTransparentBackColor { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | A Boolean value. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
Layout |
|
#Remarks
This property is obsolete. Use the OptionsView.EnableTransparentBackColor property instead.
See Also