Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ISupportStoreSettings Members

In This Article
Declares members implemented by Frame Templates to support saving their settings to the Application Model.

#Methods

Name Description
ReloadSettings() Applies settings provided by the Application Model‘s Template node to a Template at runtime. These settings are provided by the ISupportStoreSettings.SetSettings method.
SaveSettings() Saves a Template’s settings previously changed by an end-user to the child nodes of the Application Model‘s Templates node. These child nodes were previously specified by the ISupportStoreSettings.SetSettings method.
SetSettings(IModelTemplate) Creates and/or provides access to child nodes of the Application Model‘s Template node where customizations made by an end-user must be stored. To apply these customizations, this method calls the ISupportStoreSettings.ReloadSettings method.

#Events

Name Description
SettingsReloaded Occurs when Template settings are reloaded.
See Also