Back to Devexpress

IModelOptions Interface

expressappframework-devexpress-dot-expressapp-dot-model-c3d2fe48.md

latest2.1 KB
Original Source

IModelOptions Interface

The Options node allows editing different UI settings.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ImageName("ModelEditor_Settings")]
[ModelNodesGenerator(typeof(ModelOptionsNodesGenerator))]
public interface IModelOptions :
    IModelNode
vb
<ImageName("ModelEditor_Settings")>
<ModelNodesGenerator(GetType(ModelOptionsNodesGenerator))>
Public Interface IModelOptions
    Inherits IModelNode

The following members return IModelOptions objects:

Remarks

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

To customize the default content of this node, implement a Generator Updater for the ModelOptionsNodesGenerator Nodes Generator.

See Also

IModelOptions Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace