Click or drag to resize
KaxToolBar Properties

The KaxToolBar type exposes the following members.

Properties
  Name Description
Public property AutoPostBack
Gets or sets a value indicating whether button items should postback when clicked.
Public property CausesValidation
Gets or sets a value indicating whether validation is performed when a button item within the KaxToolBar control is clicked.
(Overrides ControlItemContainerCausesValidation.)
Public property Code example ClientChanges
Gets a list of all client-side changes (adding an item, removing an item, changing an item's property) which have occurred.
Public property Code example CollapseAnimation
Gets the settings for the animation played when a dropdown closes.
Public property EnableRoundedCorners
Gets or sets a value indicating whether child items should have rounded corners.
Public property EnableShadows
Gets or sets a value indicating whether child items should have shadows.
Public property Code example ExpandAnimation
Gets the settings for the animation played when a dropdown opens.
Public property Code example Items
Gets a collection of KaxToolBarItem objects representing the individual items within the KaxToolBar.
Public property Code example OnClientButtonClicked
Gets or sets a value indicating the client-side event handler that is called after clicking a button item (KaxToolBarButton or KaxToolBarSplitButton).
Public property Code example OnClientButtonClicking
Gets or sets a value indicating the client-side event handler that is called just prior to clicking a toolbar button item (KaxToolBarButton or KaxToolBarSplitButton).
Public property Code example OnClientCheckedStateChanged
Gets or sets a value indicating the client-side event handler that is called after a KaxToolBarButton is checked.
Public property Code example OnClientCheckedStateChanging
Gets or sets a value indicating the client-side event handler that is called just prior to changing the state of a checkable KaxToolBarButton.
Public property Code example OnClientContextMenu
Gets or sets a value indicating the client-side event handler that is called before the browser context menu shows (after right-clicking an item).
Public property Code example OnClientDropDownClosed
Gets or sets a value indicating the client-side event handler that is called after a toolbar dropdown item (KaxToolBarDropDown or KaxToolBarSplitButton) is closed.
Public property Code example OnClientDropDownClosing
Gets or sets a value indicating the client-side event handler that is called just prior to closing a toolbar dropdown item (KaxToolBarDropDown or KaxToolBarSplitButton).
Public property Code example OnClientDropDownOpened
Gets or sets a value indicating the client-side event handler that is called after a toolbar dropdown item (KaxToolBarDropDown or KaxToolBarSplitButton) is opened.
Public property Code example OnClientDropDownOpening
Gets or sets a value indicating the client-side event handler that is called just prior to opening a toolbar dropdown item (KaxToolBarDropDown or KaxToolBarSplitButton).
Public property Code example OnClientLoad
Gets or sets the name of the javascript function called when the control is fully initialized on the client side.
Public property Code example OnClientMouseOut
Gets or sets a value indicating the client-side event handler that is called when the mouse leaves an item in the KaxToolBar control.
Public property Code example OnClientMouseOver
Gets or sets a value indicating the client-side event handler that is called when the mouse hovers an item in the KaxToolBar control.
Public property Code example Orientation
Gets or sets the direction in which to render the KaxToolBar control.
Public property PostBackUrl
Gets or sets the URL of the page to post to from the current page when a button item from the KaxToolBar control is clicked.
(Overrides ControlItemContainerPostBackUrl.)
Public property ValidationGroup

Gets or sets the name of the validation group to which this validation control belongs.

(Overrides ControlItemContainerValidationGroup.)
Top
See Also