Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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