Back to Devexpress

RibbonControl.TransparentEditors Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-581196c4.md

latest2.0 KB
Original Source

RibbonControl.TransparentEditors Property

This property is provided for backward compatibility. Use the RibbonControl.TransparentEditorsMode property instead.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if specific in-place editors are painted using a transparent background color when focused; otherwise, false.

|

Remarks

Use the RibbonControl.TransparentEditorsMode property instead.

See Also

BarEditItem

RepositoryItems

TransparentEditorsMode

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace