Represents a CustomItem - a container control used to host ASP.NET controls and displays them in a navigation item.
For a list of all members of this type, see CustomItem Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
EO.Web.WebControlBase
EO.Web.CustomItem
[Visual Basic]
Public Class CustomItem
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
A CustomItem is used to display a group of ASP.NET controls (including EO.Web controls) in a navigation item.
In Visual Studio.Net, you can drag a CustomItem from toolbox to a Web Form and set a navigation item's CustomItemID property to the ID of this CustomItem control. The content of the CustomItem will be displayed as the content of the navigation item.
See using custom item for details.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
CustomItem Members | EO.Web Namespace