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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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