Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo Properties

Provides information required to serialize an element.
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.
See Also