KaxToolBar Class |
Namespace: Kettic.AspNet.Controls
The KaxToolBar type exposes the following members.
Name | Description | |
---|---|---|
KaxToolBar |
Name | Description | |
---|---|---|
FindButtonByCommandName |
Searches the KaxToolBar control for the first
IKaxToolBarButtonCommandName
property is equal to the specified value.
| |
FindItem |
Returns the first KaxToolBarItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
| |
FindItemByText(String) |
Searches the KaxToolBar control for the first
KaxToolBarItem whose Text
property is equal to the specified value.
| |
FindItemByText(String, Boolean) |
Searches the KaxToolBar control for the first
KaxToolBarItem whose Text
property is equal to the specified value.
| |
FindItemByUrl |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
NavigateUrl
property is equal to the specified value.
| |
FindItemByValue(String) |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
Value
property is equal to the specified value.
| |
FindItemByValue(String, Boolean) |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
Value
property is equal to the specified value.
| |
GetAllItems |
Gets a linear list of all toolbar items in the KaxToolBar control.
| |
GetCheckedGroupButton |
Gets the checked button which belongs to the specified group in the
KaxToolBar control
| |
GetGroupButtons |
Gets a linear list of all toolbar buttons in the KaxToolBar control,
which belong to the specified group
| |
LoadContentFile |
Populates the KaxToolBar control from external XML file.
|
Name | Description | |
---|---|---|
AutoPostBack |
Gets or sets a value indicating whether button items should postback when clicked.
| |
CausesValidation |
Gets or sets a value indicating whether validation is performed when a button item within
the KaxToolBar control is clicked.
(Overrides ControlItemContainerCausesValidation.) | |
ClientChanges |
Gets a list of all client-side changes (adding an item, removing an item, changing an item's property) which have occurred.
| |
CollapseAnimation | Gets the settings for the animation played when a dropdown closes. | |
EnableRoundedCorners |
Gets or sets a value indicating whether child items should have rounded corners.
| |
EnableShadows |
Gets or sets a value indicating whether child items should have shadows.
| |
ExpandAnimation | Gets the settings for the animation played when a dropdown opens. | |
Items |
Gets a collection of KaxToolBarItem objects representing
the individual items within the KaxToolBar.
| |
OnClientButtonClicked |
Gets or sets a value indicating the client-side event handler that is called
after clicking a button item (KaxToolBarButton or KaxToolBarSplitButton).
| |
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).
| |
OnClientCheckedStateChanged |
Gets or sets a value indicating the client-side event handler that is called after a
KaxToolBarButton is checked.
| |
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.
| |
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).
| |
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.
| |
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).
| |
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.
| |
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).
| |
OnClientLoad |
Gets or sets the name of the javascript function called when the control is fully
initialized on the client side.
| |
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.
| |
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.
| |
Orientation |
Gets or sets the direction in which to render the KaxToolBar control.
| |
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.) | |
ValidationGroup | Gets or sets the name of the validation group to which this validation control belongs. |
Name | Description | |
---|---|---|
ButtonClick |
Occurs on the server when a button or in the KaxToolBar
control is clicked.
| |
ButtonDataBound | Occurs when a button is data bound. | |
ItemCreated | Occurs when a toolbar item is created. | |
TemplateNeeded | Occurs before template is being applied to the item. |