The C1ToolBarItemBinding type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolBarItemBindingOverloaded.

Methods

  NameDescription
Public methodClone
Clone this object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
ToString override.
(Overrides Object..::..ToString()()()().)

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.
Explicit interface implemetationPrivate methodIStateManager..::..LoadViewState
Loads the server control's previously saved view state to the control.
Explicit interface implemetationPrivate methodIStateManager..::..SaveViewState
Saves the changes to a server control's view state to an Object.
Explicit interface implemetationPrivate methodIStateManager..::..TrackViewState
Instructs the server control to track changes to its view state.

See Also