Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ISupportStoreSettings Interface

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

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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