Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReadOnlyDependencyPropertyBindingBehavior Fields

Allows you to bind read-only dependency and attached properties to a ViewModel’s properties.
Name Description
BindingProperty static Identifies the Binding dependency property.
CommandProperty static Identifies the Command dependency property.
DependencyPropertyProperty static Identifies the DependencyProperty dependency property.
IsEnabledProperty static Identifies the IsEnabled dependency property.
PropertyProperty static Identifies the Property dependency property.
See Also