Gets or sets the name of the field from the data source to bind to the CommandName property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string CommandNameField { get; set; }
Visual Basic
Public Property CommandNameField As String
	Get
	Set

See Also