Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public ControlTemplate BorderTemplate { get; set; }

#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