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

PopupMenuInfo.ItemTemplateSelector Property

Gets or sets an object that chooses a template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public DataTemplateSelector ItemTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic.

See Also