2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
By default, the persisted info of Suite Controls is scoped by the User, Domain, and Assembly. You can also include Roaming capabilities as follows in the Main method of your app or in your Form’s constructor. Take a look at the class reference for more information. [C#] // This method should be called in the very beginning of the app, before // any controls get initialized.AppStateSerializer.InitializeSingleton(SerializeMode.IsolatedStorage, "SyncfusionToolsStateInfo", IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain | IsolatedStorageScope.User | IsolatedStorageScope.Roaming); [VB.NET] ’ This method should be called in the very beginning of the app, before ’ any controls get initialized.AppStateSerializer.InitializeSingleton(SerializeMode.IsolatedStorage, "SyncfusionToolsStateInfo", IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain | IsolatedStorageScope.User | IsolatedStorageScope.Roaming) |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.