Skip to main content
.NET 6.0+

ISupportStoreSettings Interface

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

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.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