The ToolbarItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ToolbarItem |
Initializes a new instance of the ToolbarItem class.
|
Properties
| Name | Description | |
|---|---|---|
| AutoPopulateItems |
Gets or sets a value that indicates whether the dropdown items are
automatically populated on the client machine.
| |
| ButtonPath |
Gets or sets the button image path.
| |
| ButtonTitle |
Gets or sets the button title.
| |
| Command |
Gets or sets the command.
| |
| DropDown |
Gets or sets the dropdown.
| |
| Enabled |
Gets or sets a value that indicates whether the toolbar item is enabled.
| |
| ID |
Gets or sets the ID of a toolbar item.
| |
| OnAfterChange |
Gets or sets the client-side code to execute after the specified command when the user changes the dropdown selection.
| |
| OnAfterClick |
Gets or sets the client-side code to execute after the specified command when the user clicks the button.
| |
| OnBeforeChange |
Gets or sets the client-side code to execute before the specified command when the user changes the dropdown selection.
| |
| OnBeforeClick |
Gets or sets the client-side code to execute before the specified command when the user clicks the button.
| |
| PostBackValue |
Gets or sets the postback value to return to server
when the user clicks the button or changes the dropdown selection
based on the type of the toolbar item.
| |
| Selected |
Gets or sets a value that indicates whether the toolbar item is selected.
| |
| SelectedValue |
Gets or sets the selected value.
| |
| Type |
Gets or sets the item type.
| |
| Visible |
Gets or sets a value that indicates whether the toolbar item is visible.
|