The ToolbarItem type exposes the following members.

Constructors

  NameDescription
ToolbarItem
Initializes a new instance of the ToolbarItem class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also