The C1ToolBarSplitButton type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolBarSplitButton
Creates an instance of the C1ToolBarSplitButton.

Methods

  NameDescription
Public methodAddItemElement
Add item element to C1ToolBarDropDownBase when item added in collection.
(Inherited from C1ToolBarDropDownBase.)
Public methodCreateInstance (Inherited from C1ToolBarDropDownBase.)
Public methodDisplayDropDownList
Display DropDownList if any.
(Inherited from C1ToolBarDropDownBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHideDropDownList
Hide DropDownList if any
(Inherited from C1ToolBarDropDownBase.)
Public methodInitialize (Inherited from C1ToolBarDropDownBase.)
Protected methodRecurInitItemElement (Inherited from C1ToolBarDropDownBase.)
Public methodRemoveItemElement
Remove item element from C1ToolBarDropDownBase when item removed from collection.
(Inherited from C1ToolBarDropDownBase.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnSelectedAllItems
unselect all toolbar items.
(Inherited from C1ToolBarDropDownBase.)

Properties

  NameDescription
Public propertyAccessKey (Inherited from C1ToolBarItem.)
Public propertyCausesValidation (Inherited from C1ToolBarItem.)
Public propertyClientType
Represents the ClientType name of C1ToolBarSplitButton.
(Overrides C1ToolBarItem..::..ClientType.)
Public propertyCollapseAnimation
Gets or sets the type of collapse animation effect.
(Inherited from C1ToolBarDropDownBase.)
Public propertyCollapseDelay
Gets or sets the collapse delay in milliseconds before the toolbar dropdown item starts hiding. Default value is 100ms.
(Inherited from C1ToolBarDropDownBase.)
Public propertyCollapseDuration
Gets or sets the animation duration.
(Inherited from C1ToolBarDropDownBase.)
Public propertyCollapseEasing
Gets or sets the transition effect when the dropdown toolbar items start collapsing or stops collapsing.
(Inherited from C1ToolBarDropDownBase.)
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 propertyDefaultButtonIndex
The index of the button which properties will be used by default when the EnableDefaultButton property is set to true.
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 propertyEnabledDefaultButton
Gets or sets a value, indicating if the C1ToolBarSplitButton will use the DefaultButton behavior.
Public propertyExpandAnimation
Gets or sets the type of expand animation effect.
(Inherited from C1ToolBarDropDownBase.)
Public propertyExpandDelay
Gets or sets the expand delay in milliseconds before the sub toolbar item starts to popup. The default value is 100ms.
(Inherited from C1ToolBarDropDownBase.)
Public propertyExpandDuration
Gets or sets the animation duration.
(Inherited from C1ToolBarDropDownBase.)
Public propertyExpandEasing
Gets or sets the transition effect when the dropdown toolbar items start expanding or stops expanding.
(Inherited from C1ToolBarDropDownBase.)
Public propertyFocused
Gets or Sets the input focus for the C1ToolBarSplitButton.
(Overrides C1ToolBarItem..::..Focused.)
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.
(Inherited from C1ToolBarDropDownBase.)
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 the C1ToolBarSplitButton appear selected.
(Overrides C1ToolBarItem..::..Selected.)
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.
(Inherited from C1ToolBarDropDownBase.)
Public propertySelectedIndexes
Gets the index of selected items.
(Inherited from C1ToolBarDropDownBase.)
Public propertySelectedItemsCount
The count of selected items.
(Inherited from C1ToolBarDropDownBase.)
Public propertySelectionMode
Gets or sets the mode of selection for the items in the control.None/One/MultiSelect
(Inherited from C1ToolBarDropDownBase.)
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.)

Events

  NameDescription
Public eventItemVisibleChanged (Inherited from C1ToolBarItem.)
Public eventToolBarPropertyChanged
Item Blur event.
(Inherited from C1ToolBarItem.)

See Also