Skip to main content
A newer version of this page is available. .
Bar

ToolBarControlBase.BackgroundTemplate Property

Obsolete. Use the base WPF Background property to change the background color.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ControlTemplate BackgroundTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

See Also