The C1NavigationListItemBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1NavigationListItemBinding()()()() |
Creates new instance of the C1NavigationListItemBinding class.
|
![]() |
C1NavigationListItemBinding(String) |
Creates new instance of the C1NavigationListItemBinding class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Clone |
Clone this object.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
ToString |
ToString override.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.
|
![]() |
DataMember |
Gets or sets the data member to bind a menu item.
|
![]() |
Depth |
Gets or sets the menu depth to which the C1NavigationListItemBinding object is applied.
|
![]() |
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.
|
![]() |
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.
|
![]() |
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.
|
![]() |
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.
|