OptionsView.AllowTransparentBackColor Property
Obsolete. Allows the parent's background to be seen through the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[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
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
A Boolean value. |
Remarks
This property is obsolete. Use the OptionsView.EnableTransparentBackColor property instead.
See Also
Feedback