WinApplication.FrameTemplateFactory Property
In This Article
Specifies the IFrameTemplateFactory object that provides Templates for a Windows Forms application.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An IFrame |
#Remarks
The example of implementing a custom Frame Template Factory is provided in the How to: Distribute Custom Templates with Modules topic.
See Also