ISupportStoreSettings Interface
Declares members implemented by Frame Templates to support saving their settings to the Application Model.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
When you implement a custom Template, support the ISupportStoreSettings interface. Its methods are intended for saving and applying customizations made by an end-user with a Template in a Windows Forms application.
See Also