ESRI.ArcGIS.ADF.Web.UI.WebControls
DropDownBox Class Properties
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : DropDownBox Class




For a list of all members of this type, see DropDownBox members.

Public Properties

 NameDescription
Public PropertyBuddyItem The toolbar item with which this one works. (Inherited from InteractiveToolbarItem)
Public PropertyClientAction Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. (Inherited from InteractiveToolbarItem)
Public PropertyConfiguration The configuration specific to this toolbar item. (Inherited from InteractiveToolbarItem)
Public PropertyCssClass The CSS class for this drop down box.  
Public PropertyDisabled Indicates whether the ToolbarItem is disabled. (Inherited from InteractiveToolbarItem)
Public PropertyDropDownListWidth The drop down list width of the drop down box toolbar item in pixels.  
Public PropertyEnablePostBack Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. (Inherited from InteractiveToolbarItem)
Public PropertyIsClientActionCustomIndicates whether the client tool action is a custom client tool action. (Inherited from InteractiveToolbarItem)
Public PropertyItems The collection of ListItem objects on this DropDownBox toolbar item.  
Public PropertyJavaScriptFile Javascript file to include, for implementing a custom client-side action for a toolbar item. (Inherited from InteractiveToolbarItem)
Public PropertyLabel The label for this drop down box.  
Public PropertyLabelWidth The label width for the drop down box toolbar item in pixels.  
Public PropertyName Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group. (Inherited from InteractiveToolbarItem)
Public PropertyParentThe Toolbar to which this toolbar item belongs. (Inherited from InteractiveToolbarItem)
Public PropertySelectedIndex The index of the item selected in the DropDownBox. First item is selected by default.  
Public PropertySelectedItem The selected item.  
Public PropertySelectedValue The selected item's value.  
Public PropertyServerActionAssembly Fully qualified display name of the assembly containing the server action. (Inherited from InteractiveToolbarItem)
Public PropertyServerActionClass The System.Type of the server action class including namespace. (Inherited from InteractiveToolbarItem)
Public PropertyShowLoading Whether to show the loading image on postback. (Inherited from InteractiveToolbarItem)
Public PropertyToolTip The tool tip for this ToolbarItem. (Inherited from InteractiveToolbarItem)
Public PropertyTypeReturns the Type of the class as a string. (Inherited from InteractiveToolbarItem)
Public PropertyVisibleWhether to display the toolbar item. (Inherited from InteractiveToolbarItem)
Top

Protected Properties

 NameDescription
Protected PropertyViewState The ViewState. (Inherited from InteractiveToolbarItem)
Top

See Also

© 2010 All Rights Reserved.