The C1MenuItemBinding type exposes the following members.

Properties

  NameDescription
Public propertyDataMember
Gets or sets the data member to bind a menu item.
Public propertyDepth
Gets or sets the menu depth to which the C1MenuItemBinding object is applied.
Public propertyFormatString
Gets or sets the string that specifies the display format for the Text of a C1MenuItem to which the C1MenuItemBinding object is applied.
Public propertyGroupField
Gets or sets the name of the field from the data source that indicates C1MenuItemGroup item.
Public propertyHeaderField
Gets or sets the name of the field from the data source that indicates C1MenuItemHeader item.
Public propertyNavigateUrlField
Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1MenuItem object to which the C1MenuItemBinding object is applied.
Public propertySeparatorField
Gets or sets the name of the field from the data source that indicates C1MenuItemSeparator item.
Public propertyTextField
Gets or sets the name of the field from the data source to bind to the Text property of a C1MenuItem object to which the C1MenuItemBinding object is applied.
Public propertyValueField
Gets or sets the name of the field from the data source to bind to the Value property of a C1MenuItem object to which the C1MenuItemBinding object is applied.

Explicit Interface Implementations

See Also