Skip to main content

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.v23.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