The C1ToolBarItem type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey
Public propertyCausesValidation
Public propertyClientType
Public propertyCommandArgument
Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
Public propertyCommandName
Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
Public propertyDisabledImageUrl
Url path to image what will be displayed for disabled item.
Public propertyDisplayVisible
Public propertyEnabled
Gets or sets if toolbar item is Enabled.
(Overrides UIElementEnabled()()()().)
Public propertyFocused
Public propertyImageUrl
Url path to image what will be rendered into item.
Public propertyIndex
Public propertyIsTemplated
Public propertyItemsContainer
Public propertyMouseOverImageUrl
Url path to image what will be displayed for mouse over item.
Public propertyName
Gets or sets the name for the toolbar item.
Public propertyNavigateUrl
Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.
Public propertyOwner
Public propertySelected
Gets or sets a value indicating whether the current item is selected.
Public propertySelectedDisabledImageUrl
Url path to image what will be displayed for disabled and selected item.
Public propertySelectedHoverImageUrl
Url path to image what will be displayed for mouse over selected item.
Public propertySelectedImageUrl
Url path to image what will be displayed for disabled item.
Public propertyTarget
Gets or sets the target window or frame to display the Web page content linked to when the menu item is clicked or enter key pressed. Default value is empty string.
Public propertyText
Gets or sets the text caption for the toolbar item.
Public propertyTextImageRelation
Public propertyToolBar
Public propertyToolTip
Gets or sets tooltip text what will be displayed when mouse is over item.
Public propertyValue
Gets or sets the value for the toolbar item.

See Also