EnumItemsSourceBehavior Class
Allows you to bind an enumeration to the ItemsSource property of any control.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v20.2.dll
Declaration
[TargetType(typeof(ListBoxEdit))]
[TargetType(typeof(ItemsControl))]
[TargetType(typeof(LookUpEditBase))]
public class EnumItemsSourceBehavior :
Behavior<FrameworkElement>
Remarks
Refer to the EnumItemsSourceBehavior topic for more information.
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
EnumItemsSourceBehavior
See Also