The C1NavigationListItemBinding type exposes the following members.

Constructors

  Name Description
Public method C1NavigationListItemBinding()()()()
Creates new instance of the C1NavigationListItemBinding class.
Public method C1NavigationListItemBinding(String)
Creates new instance of the C1NavigationListItemBinding class.

Methods

  Name Description
Public method Clone
Clone this object.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
ToString override.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property CommandArgumentField
Gets or sets the name of the field from the data source to bind to the CommandArgument property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.
Public property CommandNameField
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.
Public property DataMember
Gets or sets the data member to bind a menu item.
Public property Depth
Gets or sets the menu depth to which the C1NavigationListItemBinding object is applied.
Public property ImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageUrl property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.
Public property ItemTypeField
Gets or sets the name of the field from the data source that will indicate type of the navigation list item that will be created during data binding. Value of the field must be string with name of the navigation list item type, e.g. C1NavigationListSwitchItem, all unknown values will be ignored and C1NavigationListItem will be created by default.
Public property NavigateUrlField
Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.
Public property TextField
Gets or sets the name of the field from the data source to bind to the Text property of a C1NavigationListItem object to which the C1NavigationListItemBinding object is applied.

See Also