The C1ToolBarDropDownBase type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey (Inherited from C1ToolBarItem.)
Public propertyCausesValidation (Inherited from C1ToolBarItem.)
Public propertyClientType (Inherited from C1ToolBarItem.)
Public propertyCollapseAnimation
Gets or sets the type of collapse animation effect.
Public propertyCollapseDelay
Gets or sets the collapse delay in milliseconds before the toolbar dropdown item starts hiding. Default value is 100ms.
Public propertyCollapseDuration
Gets or sets the animation duration.
Public propertyCollapseEasing
Gets or sets the transition effect when the dropdown toolbar items start collapsing or stops collapsing.
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 item is Enabled.
(Inherited from C1ToolBarItem.)
Public propertyExpandAnimation
Gets or sets the type of expand animation effect.
Public propertyExpandDelay
Gets or sets the expand delay in milliseconds before the sub toolbar item starts to popup. The default value is 100ms.
Public propertyExpandDuration
Gets or sets the animation duration.
Public propertyExpandEasing
Gets or sets the transition effect when the dropdown toolbar items start expanding or stops expanding.
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 or sets the collection of items when the dropdown button is clicked. Every item is a C1ToolBarButton.
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 propertySelectedIndex
Gets the index of selected item.
Public propertySelectedIndexes
Gets the index of selected items.
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