Back to Devexpress

EnumItemsSourceBehavior Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-enumitemssourcebehavior-dot-underscore-properties.md

latest4.2 KB
Original Source

EnumItemsSourceBehavior Properties

Binds a control’s ItemsSource property to an enumeration.

NameDescription
AllowImagesGets or sets whether images in a target control’s items are displayed. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnumTypeGets or sets the enumeration type to be shown in the associated control. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
ImageSizeGets or sets the item’s image size (in pixels). This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ItemTemplateGets or sets a template that defines the appearance of enumeration items. This is a dependency property.
NameConverterGets or sets a converter used to provide the item’s display value. This is a dependency property.
SortModeGets or sets a control’s item sort order. This is a dependency property.
SplitNamesGets 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.
UseNumericEnumValueGets or sets whether an enumeration element can be identified by a numeric value. This is a dependency property.

See Also

EnumItemsSourceBehavior Class

EnumItemsSourceBehavior Members

DevExpress.Mvvm.UI Namespace