Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior Properties

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

latest4.1 KB
Original Source

ReadOnlyDependencyPropertyBindingBehavior Properties

Allows you to bind read-only dependency and attached properties to a ViewModel’s properties.

NameDescription
BindingGets or sets a binding that should be applied to the specified property. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets the command that the ReadOnlyDependencyPropertyBindingBehavior should execute when the bound property’s value is changed (specified in the Property or DependencyProperty). This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DependencyPropertyGets or sets the bound property. This is a dependency property.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsEnabledGets or sets whether a bound ViewModel’s property should be updated. 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.
PropertyGets or sets the bound property’s name. This is a dependency property.

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace