Back to Devexpress

IWindowTemplate Interface

expressappframework-devexpress-dot-expressapp-dot-templates-6c5bc58f.md

latest1.3 KB
Original Source

IWindowTemplate Interface

Declares members implemented by Window Templates.

Namespace : DevExpress.ExpressApp.Templates

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IWindowTemplate :
    IFrameTemplate
vb
Public Interface IWindowTemplate
    Inherits IFrameTemplate

The following members return IWindowTemplate objects:

Remarks

This interface is derived from the IFrameTemplate interface. Controls that implement Window Templates can be sizable, can have a caption and display status messages.

See Also

IWindowTemplate Members

DevExpress.ExpressApp.Templates Namespace