Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelCustomUserControlViewItemWeb Properties

The CustomUserControlViewItemWeb node defines a View Item that displays a ASP.NET Web Forms User Control.
Name Description
Application Provides access to the Application Model‘s root node. Inherited from IModelNode.
Caption Specifies the caption of the current View Item. Inherited from IModelViewItem.
CustomControlPath Specifies the path to the ASP.NET Web Forms User Control to be displayed within the current View Item.
Id Specifies the current View Item identifier. Inherited from IModelViewItem.
Index Specifies the order index by which nodes are arranged. Inherited from IModelNode.
NodeCount Gets the number of child nodes. Inherited from IModelNode.
Parent Provides access to the parent node. Inherited from IModelNode.
Root For internal use only. Inherited from IModelNode.
See Also