expressappframework-devexpress-dot-expressapp-dot-model-c3d2fe48.md
The Options node allows editing different UI settings.
Namespace : DevExpress.ExpressApp.Model
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
[ImageName("ModelEditor_Settings")]
[ModelNodesGenerator(typeof(ModelOptionsNodesGenerator))]
public interface IModelOptions :
IModelNode
<ImageName("ModelEditor_Settings")>
<ModelNodesGenerator(GetType(ModelOptionsNodesGenerator))>
Public Interface IModelOptions
Inherits IModelNode
The following members return IModelOptions objects:
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
Application Model (UI Settings Storage)