ToolBarControlBase.BorderTemplate Property
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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ControlTemplate | A ControlTemplate object that specifies the visual structure and behavior of the current tool bar’s border. |
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