Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IWindowTemplate Members

In This Article
Declares members implemented by Window Templates.

#Properties
Show Inherited Hide Inherited

Name Description
DefaultContainer Provides access to a Template‘s Action Container that contains the Actions with the ActionBase.Category property set to Unspecified. Inherited from IFrameTemplate.
IsSizeable Indicates whether a Window Template represents a resizable control.

#Methods
Show Inherited Hide Inherited

Name Description
GetContainers() Provides access to a Template‘s Action Containers. Inherited from IFrameTemplate.
SetCaption(String) Sets the specified caption to a Window Template.
SetStatus(ICollection<String>) Displays the specified status messages on a Template (e.g. in its status bar).
SetView(View) Adds the View.Control of the specified View to a Template‘s View site. Inherited from IFrameTemplate.
See Also