Skip to main content
.NET 6.0+

IModelRegisteredViewItem Properties

A ViewItem node specifies a particular View Item type to be used in a UI by default.
Name Description
Application Provides access to the Application Model‘s root node. Inherited from IModelNode.
DefaultItemType Specifies a View Item type that will be used in a UI by default.
Index Specifies the order index by which nodes are arranged. Inherited from IModelNode.
Name Specifies the name of a View Item.
NodeCount Gets the number of child nodes. Inherited from IModelNode.
Parent Provides access to the parent node. Inherited from IModelNode.
RegisteredTypes Specifies the possible View Item types that can be used in a UI by default.
Root For internal use only. Inherited from IModelNode.
See Also