Skip to main content
A newer version of this page is available. .

RibbonControl.ToolbarItemTemplate Property

Gets or sets the template used to visualize objects stored as elements in the RibbonControl.ToolbarItemLinksSource collection. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

public DataTemplate ToolbarItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the corresponding template.

Remarks

The DataTemplate must be defined as a ContentControl with a BarItem descendant as the content.

The ToolbarItemTemplate property supports the MVVM design pattern. See MVVM Support to learn more.

See Also