IFrameTemplate Interface
Declares members implemented by Frame Templates.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
Remarks
The eXpressApp Framework design is based on the concept of abstract elements and actual controls. A Frame (Window) is an abstract entity. It can be displayed by any control. However, to support the relation with eXpressApp Framework elements, this contol must implement the IFrameTemplate interface.
The IFrameTemplate
interface has a descendant - IWindowTemplate, which declares members needed to display independent Windows.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the IFrameTemplate interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.