WinApplication.FrameTemplateFactory Property
Specifies the IFrameTemplateFactory object that provides Templates for a Windows Forms application.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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