ToolBarControlBase.BorderTemplate Property
In This Article
Gets or sets the ControlTemplate used to render the tool bar’s border. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ControlTemplate BorderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#Remarks
The BorderTemplate property allows you to provide a custom template that is used to render the tool bar’s border. If the BorderTemplate property is not specified, the default template is used.
You can also provide a template used to render the tool bar’s background, using the ToolBarControlBase.BackgroundTemplate property.
See Also