The C1ToolBarItemBinding type exposes the following members.
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.
|