Telerik.Web.UI.RadToolBarSplitButton : Telerik.Web.UI.ControlItemContainer
Inheritance Hierarchy
Methods
blur
Moves focus off the item to the next element in the tab order.
Parameters
Returns
None
click
Causes server-side button click event to occur
Parameters
Returns
None
disable
disables the toolbar item.
Parameters
Returns
None
enable
Enables the toolbar item.
Parameters
Returns
None
focus
Moves focus to the item.
Parameters
Returns
None
get_animationContainer
Returns the DOM element for the animation container of the item's drop-down list.
Parameters
Returns
Element
HTML element
get_arrowElement
Gets the DOM element for the UL element that lists the arrow elements.
Parameters
Returns
Element
get_buttons
Returns the collection of buttons in the RadToolbarSplitButtonCollection
Parameters
Returns
Telerik.Web.UI.RadToolBarButtonCollection
RadToolBarSplitButtonCollection
get_causesValidation
Gets a value indicating if validation is performed when the RadToolbarSplitButton is clicked.
Parameters
Returns
Boolean
boolean
get_childListElement
Gets the DOM element for the UL element that lists the toolbar buttons.
Parameters
Returns
Element
HTML element
get_clicked
True if the item is clicked.
Parameters
Returns
Boolean
boolean
get_clickedCssClass
Returns the name of the CSS class applied to the button when clicked.
Parameters
Returns
String
The value indicating the Css class name
get_clickedImageUrl
Returns the URL of the image when it is clicked.
Parameters
Returns
String
get_commandArgument
Returns the value of the CommandArgument property.
Parameters
Returns
String
string
get_commandName
Returns the name of the command associated with the item.
Parameters
Returns
String
The value indicating the command
get_defaultButtonIndex
Returns the index of the Default Button.
Parameters
Returns
Number
index
get_disabledCssClass
Gets the CSS class for the item when it is disabled.
Parameters
Returns
String
get_disabledImageUrl
Returns the full path to the image of a disabled item
Parameters
Returns
String
The value indicating the image url
get_dropDownElement
Returns the DOM element for the item's drop-down list.
Parameters
Returns
Element
HTML element
get_dropDownVisible
Returns true if the drop-down is opened.
Parameters
Returns
Boolean
get_enabled
Gets whether the item is enabled.
Parameters
Returns
Boolean
Value indicating whether item is enabled.
get_enableDefaultButton
Gets a value indicating if the RadToolbarSplitButton will use the DefaultButton behaviour.
Parameters
Returns
Boolean
boolean
get_expandDirection
Gets the expand direction of the Toolbar.
Parameters
Returns
Telerik.Web.UI.ExpandDirection
get_focused
True if the item is focused.
Parameters
Returns
Boolean
get_focusedCssClass
Returns the name of the CSS class applied to the button when on focus.
Parameters
Returns
String
The value indicating the Css class name
get_focusedImageUrl
Returns the URL of the image when on focus.
Parameters
Returns
String
string
get_hovered
True if the item is hovered.
Parameters
Returns
Boolean
boolean
get_hoveredCssClass
Returns the name of the CSS class applied to the button when hovered.
Parameters
Returns
String
The value indicating the Css class name
get_hoveredImageUrl
Returns the URL of the hovered-state image.
Parameters
Returns
String
get_imageElement
Gets the DOM element for the image of the item.
Parameters
Returns
Element
HTML element
get_imagePosition
Gets the image position of the toolbar item.
Parameters
Returns
Telerik.Web.UI.ToolBarImagePosition
get_imageUrl
Returns the URL of the image.
Parameters
Returns
String
get_innerWrapElement
Gets the DOM element for the innermost SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_linkElement
Gets the anchor DOM element of the toolbar button.
Parameters
Returns
Element
HTML element
get_middleWrapElement
Gets the DOM element for the middle SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_navigateUrl
Gets the Url to which the toolbar button navigates when selected.
Parameters
Returns
String
The value indicating the Url
get_outerWrapElement
Gets the DOM element for the outermost SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_postBack
True if postback is enabled, false otherwise.
Parameters
Returns
Boolean
boolean
get_postBackUrl
Gets the Url of the page to post to from the current page.
Parameters
Returns
String
the page Url
get_target
Gets the target of the item. If a target is not set, returns null.
Parameters
Returns
String
The value indicating the name of the target
get_text
Returns the text of the item.
Parameters
Returns
String
string
get_textElement
Gets the DOM element for the text of the item.
Parameters
Returns
Element
HTML element
get_toolBar
Returns the toolbar to which the item belongs.
Parameters
Returns
Telerik.Web.UI.RadToolBar
RadToolBar
get_toolTip
Returns the text of the item's tool tip.
Parameters
Returns
String
get_validationGroup
Gets the name of the validation group to which the RadToolbarSplitButton belongs.
Parameters
Returns
String
The name of the validation group
get_value
Returns the value of the item.
Parameters
Returns
String
get_visible
True if the item is visible.
Parameters
Returns
Boolean
boolean
getDefaultButton
Returns the default button.
Parameters
Returns
Telerik.Web.UI.RadToolBarButton
RadToolbarButton
hide
Hides the toolbar item.
Parameters
Returns
None
hideDropDown
Closes the drop-down list.
Parameters
Returns
None
set_causesValidation
Gets a value indicating if validation is performed when the RadToolbarSplitButton is clicked.
Parameters
value Boolean
value
Returns
None
set_clickedCssClass
Sets the name of the CSS class to be applied to the button when clicked.
Parameters
value String
value
Returns
None
set_clickedImageUrl
Sets the URL of the image when it is clicked.
Parameters
value String
value
Returns
None
set_commandArgument
Sets the value of the CommandArgument property.
Parameters
value String
value
Returns
None
set_commandName
Sets the name of the command associated with the item.
Parameters
value String
value
Returns
None
set_defaultButtonIndex
Sets the value indicating the index of the Default Button.
Parameters
value Number
value
Returns
None
set_disabledCssClass
Sets the CSS class for the item when it is disabled.
Parameters
value String
value
Returns
None
set_disabledImageUrl
Sets the DisabledImageUrl property of the item
Parameters
value String
value
Returns
None
set_enabled
Sets whether the item is enabled.
Parameters
value Boolean
value
Returns
None
set_enableDefaultButton
Sets a value indicating if the RadToolbarSplitButton will use the DefaultButton behaviour.
Parameters
value Boolean
value
Returns
None
set_expandDirection
Sets the expand direction of the Toolbar.
Parameters
value Telerik.Web.UI.ExpandDirection
Returns
None
set_focused
Sets if the item is focused.
Parameters
value Boolean
value
Returns
None
set_focusedCssClass
Sets the name of the CSS class to be applied to the button when on focus.
Parameters
value String
value
Returns
None
set_focusedImageUrl
Sets the URL of the image when on focus.
Parameters
value String
value
Returns
None
set_hoveredCssClass
Sets the name of the CSS class to be applied to the button when hovered.
Parameters
value String
value
Returns
None
set_hoveredImageUrl
Sets the URL for the hovered-state image.
Parameters
value String
value
Returns
None
set_imagePosition
Sets the image position of the toolbar item.
Parameters
value Telerik.Web.UI.ToolBarImagePosition
Returns
None
set_imageUrl
Sets the URL for the image.
Parameters
value String
value
Returns
None
set_navigateUrl
Sets the URL to which the toolbar button navigates when selected.
Parameters
value String
value
Returns
None
set_postBack
Determines if the Node should postback.
Parameters
value Boolean
value
Returns
None
set_postBackUrl
Sets the Url of the page to post to from the current page.
Parameters
value String
value
Returns
None
set_target
Sets the target of the Node.
Parameters
value String
value
Returns
None
set_text
Sets the text of the item.
Parameters
text String
text
Returns
None
set_toolTip
Sets the text of the item's tool tip.
Parameters
value String
value
Returns
None
set_validationGroup
Sets the name of the validation group to which the RadToolbarSplitButton belongs.
Parameters
value String
value
Returns
None
set_value
Sets the value of the item.
Parameters
value String
Returns
None
set_visible
Sets if the item is visible.
Parameters
value Boolean
value
Returns
None
show
Shows the toolbar item.
Parameters
Returns
None
showDropDown
Opens the drop-down list.
Parameters
Returns
None