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. |
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 (in pixels). 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 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