ToolbarDropDownItemPicker Members
Implements a dropdown item picker custom toolbar item functionality.Constructors
| Name | Description |
|---|---|
| ToolbarDropDownItemPicker() | Initializes a new instance of the ToolbarDropDownItemPicker class with default settings. |
| ToolbarDropDownItemPicker(String, ToolbarItemPickerItem[]) | Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings. |
| ToolbarDropDownItemPicker(String, Boolean, Boolean, ToolbarItemPickerItem[]) | Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings. |
| ToolbarDropDownItemPicker(String, Boolean, Boolean) | Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings. |
| ToolbarDropDownItemPicker(String, Boolean) | Initializes a new instance of the ToolbarDropDownItemPicker class with the specified settings. |
| ToolbarDropDownItemPicker(String) | Initializes a new instance of the ToolbarDropDownItemPicker class with the specified setting. |
Properties
| Name | Description |
|---|---|
| AdaptivePriority | Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode. Inherited from HtmlEditorToolbarItem. |
| BeginGroup | Gets or sets a value that specifies whether the current toolbar item starts a group. Inherited from HtmlEditorToolbarItem. |
| ClickMode | Gets or sets a value that specifies the response to clicks on the ToolbarDropDownItemPicker toolbar item. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| ColumnCount | Gets or sets the number of columns into which items are arranged within a dropdown list. |
| CommandName | Gets or sets the command name associated with the toolbar item. |
| DataSource | Gets or sets the object from which the data-bound toolbar item retrieves its list of data items. Inherited from ToolbarCustomDropDownBase. |
| DataSourceID | Gets or sets the ID of the control from which the data-bound toolbar item retrieves its list of data items. Inherited from ToolbarCustomDropDownBase. |
| Image | Gets the settings of an image displayed by the item. Inherited from ToolbarItemBase. |
| ImagePosition | Gets or sets the image position within item picker items. |
| ImageUrlField | Gets or sets the data source field that provides image locations for the items within a toolbar item. Inherited from ToolbarCustomDropDownBase. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| ItemHeight | Gets or sets the height of items displayed in the drop-down item picker. |
| ItemPickerItemStyle | Gets the style settings defining the appearance of items within the ASPxHtmlEditor’s drop-down item picker. |
| ItemPickerStyle | Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor. |
| Items | Gets the collection of items displayed within the dropdown item picker’s window. |
| ItemWidth | Gets or sets the width of items displayed within the drop-down item picker. |
| SelectedItemIndex | Gets or sets the selected item’s index. Inherited from ToolbarCustomDropDownBase. |
| Text | Gets or sets the text content of a toolbar item. Inherited from ToolbarItemBase. |
| TextField | Gets or sets the data source field that provides display texts for the items within a toolbar item. Inherited from ToolbarCustomDropDownBase. |
| ToolTip | Gets or sets the item’s tooltip text. Inherited from ToolbarItemBase. |
| TooltipField | Gets or sets the name of a data field which provides tooltip texts for items within a toolbar item. Inherited from ToolbarCustomDropDownBase. |
| ValueField | Gets or sets the data source field that provides values for the items within a toolbar item. Inherited from ToolbarCustomDropDownBase. |
| ViewStyle | Gets or sets a value that specifies how a toolbar item is represented within a toolbar. Inherited from HtmlEditorToolbarItem. |
| Visible | Gets or sets a value specifying the visibility of the current toolbar item. Inherited from HtmlEditorToolbarItem. |
| VisibleIndex | Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar. Inherited from HtmlEditorToolbarItem. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified item to the current object. |
| CreateDefaultItems() | Populates the toolbar item’s dropdown list with items providing the appropriate predefined functionality. Inherited from ToolbarDropDownBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetButtonTemplateID() | For internal use only. Inherited from ToolbarDropDownBase. |
| GetDropDownTemplateID() | For internal use only. Inherited from ToolbarDropDownBase. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also