EnumItemsSourceBehavior Properties
Binds a control’s ItemsSource property to an enumeration.
Name | Description |
---|---|
Allow |
Gets or sets whether images in a target control’s items are displayed. This is a dependency property. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Enum |
Gets or sets the enumeration type to be shown in the associated control. This is a dependency property. |
Has |
Gets a value that indicates whether one or more Animation |
Image |
Gets or sets the item’s image size (in pixels). This is a dependency property. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Item |
Gets or sets a template that defines the appearance of enumeration items. This is a dependency property. |
Name |
Gets or sets a converter used to provide the item’s display value. This is a dependency property. |
Sort |
Gets or sets a control’s item sort order. This is a dependency property. |
Split |
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. |
Use |
Gets or sets whether an enumeration element can be identified by a numeric value. This is a dependency property. |
See Also