Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EnumItemsSourceBehavior Fields

Binds a control’s ItemsSource property to an enumeration.
Name Description
AllowImagesProperty static Identifies the EnumItemsSourceBehavior.AllowImages dependency property.
EnumTypeProperty static Identifies the EnumItemsSourceBehavior.EnumType dependency property.
ImageSizeProperty static Identifies the ImageSize 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