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

EnumItemsSourceBehavior Fields

Allows you to bind an enumeration to the ItemsSource property of any control.
Name Description
AllowImagesProperty static Identifies the EnumItemsSourceBehavior.AllowImages dependency property.
EnumTypeProperty static Identifies the EnumItemsSourceBehavior.EnumType dependency property.
ItemTemplateProperty static Identifies the EnumItemsSourceBehavior.ItemTemplate dependency property.
NameConverterProperty static Identifies the EnumItemsSourceBehavior.NameConverter dependency property.
SortModeProperty static Identifies the EnumItemsSourceBehavior.SortMode dependency property.
SplitNamesProperty static Identifies the EnumItemsSourceBehavior.SplitNames dependency property.
UseNumericEnumValueProperty static Identifies the EnumItemsSourceBehavior.UseNumericEnumValue dependency property.
See Also