Frame.Template Property
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IFrameTemplate Template { get; }
#Property Value
Type | Description |
---|---|
IFrame |
An object that implements the IFrame |
#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