Back to Devexpress

Document.AllowCaptionColorBlending Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-fd5ce9e8.md

latest1.9 KB
Original Source

Document.AllowCaptionColorBlending Property

Gets or sets whether this individual document should blend its caption fore color.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty]
public bool AllowCaptionColorBlending { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowCaptionColorBlending As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if this individual document should blend its caption fore color; otherwise, false.

|

Remarks

See the WidgetView.AllowDocumentCaptionColorBlending property to learn more.

See Also

AllowDocumentCaptionColorBlending

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace