AppView for ASP.NET WebForms
C1AppView
Elements > C1AppView

The C1AppView control is comprised of three elements: the menu element, the content page, and the header element. For more information on the menu element, please see the C1AppViewItem topic. To create a C1AppView control, you can either locate the control in the Visual Studio Toolbox and double-click to add it to your application, or you can place the following markup within the <body> tags of your application:

To write code in Source View

<cc1:C1AppView ID="C1AppView1" runat="server"></cc1:C1AppView>

Note: The C1AppView control must be set to Mobile in order for the C1AppView control to function properly. You can set this property through the C1AppView Tasks Menu.

In the following topics, we'll discuss the elements that make up the C1AppView control, and the markup that is used to create them. For a discussion of the menu element, and the markup used to create the element, please see the C1AppViewItem topic.

See Also