Skip to main content

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

ExpressionBindingDescription Members

Stores information about expression bindings for properties displayed in the End-User Report Designer Properties window.

#Constructors

Name Description
ExpressionBindingDescription() Initializes a new instance of the ExpressionBindingDescription class with the default settings.
ExpressionBindingDescription(Boolean) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.
ExpressionBindingDescription(String[], Int32, String[], String) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.
ExpressionBindingDescription(String[], Int32, Type, String) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.

#Properties

Name Description
Bindable Returns whether a property is displayed in the Expressions tab.
BindableProperties Returns the collection of the property’s inner properties.
EventNames Returns the collection of events in which the property is available.
Position Returns a node index at which the treeview displays the property in the Property window.
ScopeName Returns the name of the category in which the property is displayed.
SurrogateType Returns a surrogate type used to change values of read-only complex properties.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also