I have two RadPanes that I wish to persist only the IsPinned property of. I wish nothing else to be persisted, how would I code this?
The two RadPanes are the only UIElements with a StorageID and their SerializationOptions are set as
When I call Load after persisting, the entire RadDock is missing.
Thank you
Scott Lee
The two RadPanes are the only UIElements with a StorageID and their SerializationOptions are set as
<telerik:PersistenceManager.SerializationOptions> <telerik:SerializationMetadataCollection> <telerik:PropertyNameMetadata Condition="Only" Expression="IsPinned" SearchType="PropertyName" /> </telerik:SerializationMetadataCollection></telerik:PersistenceManager.SerializationOptions>When I call Load after persisting, the entire RadDock is missing.
Thank you
Scott Lee