Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo Members

Provides information required to serialize an element.

Constructors

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

Properties

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

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