AppView for ASP.NET WebForms
AppViewPageUrlField Property
Example 

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1AppView Namespace > C1AppView Class : AppViewPageUrlField Property
Gets or sets the field in the data source from which to load appview page url values.
Syntax
'Declaration
 
Public Property AppViewPageUrlField As System.String
public System.string AppViewPageUrlField {get; set;}
Example
C1AppView c = new C1AppView();
c.DataSource = data;
c.DataTextField = "textField";
c.AppViewPageUrlField = "valueField";
c.DataBind();
See Also

Reference

C1AppView Class
C1AppView Members