Back to Devexpress

BaseContentContainer.UseButtonBackgroundImages Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-4004e6ea.md

latest1.9 KB
Original Source

BaseContentContainer.UseButtonBackgroundImages Property

Gets or sets whether or not container buttons should display their background images.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool UseButtonBackgroundImages { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property UseButtonBackgroundImages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if container buttons should display their background images; otherwise, false.

|

Remarks

Button background images are stored in the BaseContentContainer.ButtonBackgroundImages collection.

See Also

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace