ESRI.ArcGIS.ADF.Web.UI.WebControls | |
InteractiveToolbarItem Class Properties | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InteractiveToolbarItem Class |
For a list of all members of this type, see InteractiveToolbarItem members.
Name | Description | |
---|---|---|
BuddyItem | The toolbar item with which this one works. | |
ClientAction | Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. | |
Configuration | The configuration specific to this toolbar item. | |
Disabled | Indicates whether the ToolbarItem is disabled. | |
EnablePostBack | Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. | |
IsClientActionCustom | Indicates whether the client tool action is a custom client tool action. | |
JavaScriptFile | Javascript file to include, for implementing a custom client-side action for a toolbar item. | |
Name | Overridden. Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group. | |
Parent | Overridden. The Toolbar to which this toolbar item belongs. | |
ServerActionAssembly | Fully qualified display name of the assembly containing the server action. | |
ServerActionClass | The System.Type of the server action class including namespace. | |
ShowLoading | Whether to show the loading image on postback. | |
ToolTip | The tool tip for this ToolbarItem. | |
Type | Returns the Type of the class as a string. | |
Visible | Overridden. Whether to display the toolbar item. |