Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IWindowTemplate Interface

Declares members implemented by Window Templates.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IWindowTemplate :
    IFrameTemplate

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