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

EnumItemsSourceBehavior Properties

Allows you to bind an enumeration to the ItemsSource property of any control.
Name Description
AllowImages Gets or sets whether the images are displayed within the items. This is a dependency property.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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. This is a dependency property.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ItemTemplate Gets or sets a template that defines the presentation of items contained within the list. 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 how the control’s items are sorted. This is a dependency property.
SplitNames Gets or sets whether an enumeration member’s name is split. 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