Skip to main content
A newer version of this page is available. .

RepositoryItem.UseParentBackground Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
[Browsable(false)]
public virtual bool UseParentBackground { get; set; }

Property Value

Type Default
Boolean **false**

Remarks

To allow in-place editors within a Ribbon Control and the BarManager to be painted using a transparent background, use the RibbonControl.TransparentEditors and BarManager.TransparentEditors property respectively.

See Also