ICustomObjectSerialize.WritePropertyValues(SettingsStorage) Method
In This Article
Writes values to the settings storage object.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
storage | DevExpress. |
A Settings |
#Remarks
When implementing the ICustomObjectSerialize interface, this method should handle the process of writing values to the specified settings storage object. You can use the SettingsStorage.SaveOption method to save a string value. To save a value of another type, covert it to the string representation first.
See Also