The following tables list the members exposed by SavePropertyPersistenceEventArgs.
Name | Description | |
---|---|---|
SavePropertyPersistenceEventArgs Constructor | Creates a new instance of the SavePropertyPersistenceEventArgs object. |
Name | Description | |
---|---|---|
Cancel | Get/sets whether the property shouldn't be stored. | |
Identifier | Gets/sets an identifier that can be used to identify an property being loaded. | |
PropertyInfo | Gets the PropertyInfo of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) | |
PropertyPath | Gets the full property path of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) | |
RootOwner | Gets the root object that is actually being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) | |
SaveValue | Gets/sets a string representation of the Value that will be used to store the property. | |
Value | Gets/sets the actual value of the property being stored. |