Back to Devexpress

IModelTemplate Interface

expressappframework-devexpress-dot-expressapp-dot-model-18fdefe6.md

latest1.7 KB
Original Source

IModelTemplate Interface

The Template node stores customizations of a Template’s settings made by an end-user.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelTemplate :
    IModelNode
vb
Public Interface IModelTemplate
    Inherits IModelNode

The following members return IModelTemplate objects:

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelTemplate Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace