The C1ToolBarGroup type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey (Inherited from C1ToolBarItem.)
Public propertyCausesValidation (Inherited from C1ToolBarItem.)
Public propertyClientType
Represents the ClientType name of C1ToolBarGroup.
(Overrides C1ToolBarItem..::..ClientType.)
Public propertyCommandArgument
Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
(Inherited from C1ToolBarItem.)
Public propertyCommandName
Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
(Inherited from C1ToolBarItem.)
Public propertyDisabledImageUrl
Url path to image what will be displayed for disabled item.
(Inherited from C1ToolBarItem.)
Public propertyDisplayVisible (Inherited from C1ToolBarItem.)
Public propertyEnabled
Gets or sets if toolbar group is Enabled.
(Overrides C1ToolBarItem..::..Enabled.)
Public propertyFocused (Inherited from C1ToolBarItem.)
Public propertyImageUrl
Url path to image what will be rendered into item.
(Inherited from C1ToolBarItem.)
Public propertyIndex (Inherited from C1ToolBarItem.)
Public propertyIsTemplated (Inherited from C1ToolBarItem.)
Public propertyItems
Gets the item that is located at the specified index of the collection.
Public propertyItemsContainer (Inherited from C1ToolBarItem.)
Public propertyMouseOverImageUrl
Url path to image what will be displayed for mouse over item.
(Inherited from C1ToolBarItem.)
Public propertyName
Gets or sets the name for the toolbar item.
(Inherited from C1ToolBarItem.)
Public propertyNavigateUrl
Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.
(Inherited from C1ToolBarItem.)
Public propertyOwner (Inherited from C1ToolBarItem.)
Public propertySelected
Gets or sets a value indicating whether the current item is selected.
(Inherited from C1ToolBarItem.)
Public propertySelectedDisabledImageUrl
Url path to image what will be displayed for disabled and selected item.
(Inherited from C1ToolBarItem.)
Public propertySelectedHoverImageUrl
Url path to image what will be displayed for mouse over selected item.
(Inherited from C1ToolBarItem.)
Public propertySelectedImageUrl
Url path to image what will be displayed for disabled item.
(Inherited from C1ToolBarItem.)
Public propertySelectedItemsCount
The count of selected items.
Public propertySelectionMode
Gets or sets the mode of selection for the items in the control.None/One/MultiSelect
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.
(Inherited from C1ToolBarItem.)
Public propertyText
Gets or sets the text caption for the toolbar item.
(Inherited from C1ToolBarItem.)
Public propertyTextImageRelation (Inherited from C1ToolBarItem.)
Public propertyToolBar (Inherited from C1ToolBarItem.)
Public propertyToolTip
Gets or sets tooltip text what will be displayed when mouse is over item.
(Inherited from C1ToolBarItem.)
Public propertyValue
Gets or sets the value for the toolbar item.
(Inherited from C1ToolBarItem.)

See Also