Version 24.2 (latest)

SavePropertyPersistenceEventArgs Class Properties

For a list of all members of this type, see SavePropertyPersistenceEventArgs members.

Public Properties
 NameDescription
Public PropertyCancelGet/sets whether the property shouldn't be stored.  
Public PropertyIdentifierGets/sets an identifier that can be used to identify an property being loaded.  
Public PropertyPropertyInfoGets the PropertyInfo of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyPropertyPathGets the full property path of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyRootOwnerGets the root object that is actually being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertySaveValueGets/sets a string representation of the Value that will be used to store the property.  
Public PropertyValueGets/sets the actual value of the property being stored.  
See Also