Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfoWithBindings Members

Provides information required to serialize element properties including bindings.

Constructors

Name Description
ASPxDesignerElementSerializationInfoWithBindings() Initializes a new instance of the ASPxDesignerElementSerializationInfoWithBindings class with the default settings.

Properties

Name Description
array Gets a value indicating whether or not the property returns an array. Inherited from ASPxDesignerElementSerializationInfo.
bindingName Gets the property name that will be used in the model to create data binding.
defaultVal Gets the default property value used for serialization. Inherited from ASPxDesignerElementSerializationInfo.
disabled Gets a value, indicating whether or not the property value can be edited. Inherited from ASPxDesignerElementSerializationInfo.
displayName Gets the property name in the model that is displayed in the Property grid. Inherited from ASPxDesignerElementSerializationInfo.
editor Gets a value specifying the type of value editor for the Property Grid. Inherited from ASPxDesignerElementSerializationInfo.
info Gets the information about a complex object’s content. Inherited from ASPxDesignerElementSerializationInfo.
link Gets a value indicating whether an object should be serialized to the XtraReport.ObjectStorage or XtraReport.ComponentStorage property. Inherited from ASPxDesignerElementSerializationInfo.
modelName Gets the property name that will be used during serialization to store the property value. Inherited from ASPxDesignerElementSerializationInfo.
propertyName Gets the property name that will be used in the model to store the property value. Inherited from ASPxDesignerElementSerializationInfo.
validationRules Gets the rules for validating the property value entered into its editor. Inherited from ASPxDesignerElementSerializationInfo.
valuesArray Gets the collection of values displayed in the Property grid. Inherited from ASPxDesignerElementSerializationInfo.
visible Gets the visibility state of the value editor in the Property Grid. Inherited from ASPxDesignerElementSerializationInfo.

Methods

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