Skip to main content
A newer version of this page is available. .

ISupportStoreSettings Interface

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

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public interface ISupportStoreSettings

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