Frame.Template Property
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IFrameTemplate | An object that implements the IFrameTemplate interface. It represents the current Frame’s Template. |
Remarks
Use the IFrameTemplate object which is returned by this property, to access its Action Containers collection.
The following examples demonstrate how to use this property:
- How to: Access the Bar Manager
- How to: Adjust Window Size and Style (WinForms)
- How to: Access the Document Manager
See Also