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

WinApplication.FrameTemplateFactory Property

Specifies the IFrameTemplateFactory object that provides Templates for a Windows Forms application.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

[Browsable(false)]
public IFrameTemplateFactory FrameTemplateFactory { get; set; }

Property Value

Type Description
DevExpress.ExpressApp.IFrameTemplateFactory

An IFrameTemplateFactory object that provides Templates for a Windows Forms application.

Remarks

The example of implementing a custom Frame Template Factory is provided in the How to: Distribute Custom Templates with Modules topic.

See Also