Back to Devexpress

RepositoryItem.UseParentBackground Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-ac08f618.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool UseParentBackground { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property UseParentBackground As Boolean

Property Value

TypeDefault
Booleanfalse

Remarks

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

See Also

TransparentEditorsMode

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace