EnumItemsSourceBehavior.ItemTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DataTemplate ItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
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