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

EnumItemsSourceBehavior.ItemTemplate Property

Gets or sets a template that defines the appearance of enumeration items. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate ItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the appearance of enumeration items.

Remarks

This property is defined for any descendants of the standard ItemsControl. If you use DevExpress editors, you should override the ItemTemplate property.

See Also