Skip to main content
Bar

ToolBarControlBase.BackgroundTemplate Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ControlTemplate BackgroundTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

See Also