The C1ToolBarItemBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1ToolBarItemBinding | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone this object.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
ToString override.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AccessKeyField |
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.
| |
| DataMember |
Gets or sets the data member to bind a toolbar item.
| |
| DisabledImageUrlField |
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.
| |
| EnabledField |
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.
| |
| FormatString |
Gets or sets the string that specifies the display format
for the text of a toolbar item to which the C1ToolBarItemBinding object is applied.
| |
| ImageUrlField |
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.
| |
| MouseOverImageUrlField |
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.
| |
| NavigateUrlField |
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.
| |
| SelectedDisabledImageUrlField |
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.
| |
| SelectedHoverImageUrlField |
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.
| |
| SelectedImageUrlField |
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.
| |
| TargetField |
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.
| |
| TextField |
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.
| |
| ToolTipField |
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.
| |
| ValueField |
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
| Name | Description | |
|---|---|---|
| IDataSourceViewSchemaAccessor..::..DataSourceViewSchema |
Gets or sets the schema associated with the object.
| |
| IStateManager..::..IsTrackingViewState |
Gets a value indicating whether a server control is tracking its view state changes.
| |
| IStateManager..::..LoadViewState |
Loads the server control's previously saved view state to the control.
| |
| IStateManager..::..SaveViewState |
Saves the changes to a server control's view state to an Object.
| |
| IStateManager..::..TrackViewState |
Instructs the server control to track changes to its view state.
|