The C1ToolBarItemBinding type exposes the following members.

Properties

  NameDescription
Public propertyAccessKeyField
Gets or sets the name of the field from the data source to bind to the AccessKey property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyDataMember
Gets or sets the data member to bind a toolbar item.
Public propertyDisabledImageUrlField
Gets or sets the URL field to the disabled image that is displayed next to the text of a toolbar item to which the C1ToolBarItemBinding object is applied.
Public propertyEnabledField
Gets or sets the name of the field from the data source to bind to the Enabled property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyFormatString
Gets or sets the string that specifies the display format for the text of a toolbar item to which the C1ToolBarItemBinding object is applied.
Public propertyImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageUrl property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyMouseOverImageUrlField
Gets or sets the name of the field from the data source to bind to the MouseOverImageUrl property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyNavigateUrlField
Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertySelectedDisabledImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageSelectedDisabledURL property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertySelectedHoverImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageSelectedHoverURL property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertySelectedImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageUrlSelected property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyTargetField
Gets or sets the name of the field from the data source to bind to the Target property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyTextField
Gets or sets the name of the field from the data source to bind to the Text property of a C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.
Public propertyToolTipField
Gets or sets the name of the field from the data source to bind to the Tooltip property of a C1ToolBarItem object to which the C1ToolBarItemBinding 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 C1ToolBarItem object to which the C1ToolBarItemBinding object is applied.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIDataSourceViewSchemaAccessor..::..DataSourceViewSchema
Gets or sets the schema associated with the object.
Explicit interface implemetationPrivate propertyIStateManager..::..IsTrackingViewState
Gets a value indicating whether a server control is tracking its view state changes.

See Also