ToolBarControlBase.BackgroundTemplate Property
In This Article
Obsolete. Use the base WPF Background property to change the background color.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ControlTemplate BackgroundTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
See Also