We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

CommandBarController persistence

Hi,

When running the following code, the MemoryStream is not being populated. In otherwords, the SaveCommandBarState(...) method is not returning the state information. The PersistState property is set to true. Please advise as to what I''m doing wrong.

MemoryStream ms = new MemoryStream();
AppStateSerializer appStateSer = new AppStateSerializer(SerializeMode.BinaryFmtStream, ms);
_commandBarController.SaveCommandBarState(appStateSer);
appStateSer.PersistNow();
return ms.ToArray();

1 Reply

PR Purusothaman R Syncfusion Team September 19, 2006 02:06 AM UTC

Hi Sujee,

The Direct Track Incident 28268, has been updated and kindly look in to that Incident.

Thanks,
Purusothaman.R

Loader.
Live Chat Icon For mobile
Up arrow icon