Skip to main content

OptionsView.AllowTransparentBackColor Property

OBSOLETE

use EnableTransparentBackColor instead

Allows the parent’s background to be seen through the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.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 AllowTransparentBackColor
LayoutControl
.OptionsView .AllowTransparentBackColor

Remarks

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

See Also