The ToolbarItem type exposes the following members.

Properties

  NameDescription
Public propertyAutoPopulateItems
Gets or sets a value that indicates whether the dropdown items are automatically populated on the client machine.
Public propertyButtonPath
Gets or sets the button image path.
Public propertyButtonTitle
Gets or sets the button title.
Public propertyCommand
Gets or sets the command.
Public propertyDropDown
Gets or sets the dropdown.
Public propertyEnabled
Gets or sets a value that indicates whether the toolbar item is enabled.
Public propertyID
Gets or sets the ID of a toolbar item.
Public propertyOnAfterChange
Gets or sets the client-side code to execute after the specified command when the user changes the dropdown selection.
Public propertyOnAfterClick
Gets or sets the client-side code to execute after the specified command when the user clicks the button.
Public propertyOnBeforeChange
Gets or sets the client-side code to execute before the specified command when the user changes the dropdown selection.
Public propertyOnBeforeClick
Gets or sets the client-side code to execute before the specified command when the user clicks the button.
Public propertyPostBackValue
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.
Public propertySelected
Gets or sets a value that indicates whether the toolbar item is selected.
Public propertySelectedValue
Gets or sets the selected value.
Public propertyType
Gets or sets the item type.
Public propertyVisible
Gets or sets a value that indicates whether the toolbar item is visible.

See Also