Skip to main content

EnumItemsSourceBehavior Properties

Binds a control’s ItemsSource property to an enumeration.
Name Description
AllowImages Gets or sets whether images in a target control’s items are displayed. This is a dependency property.
EnumType Gets or sets the enumeration type to be shown in the associated control. This is a dependency property.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
ImageSize Gets or sets the item’s image size (in pixels). This is a dependency property.
ItemTemplate Gets or sets a template that defines the appearance of enumeration items. This is a dependency property.
NameConverter Gets or sets a converter used to provide the item’s display value. This is a dependency property.
SortMode Gets or sets a control’s item sort order. This is a dependency property.
SplitNames Gets or sets whether an enumeration member’s name is split. This property is in effect if the member’s name is written in Pascal Case. This is a dependency property.
UseNumericEnumValue Gets or sets whether an enumeration element can be identified by a numeric value. This is a dependency property.
See Also