ToolbarCustomDropDownBase Properties
Serves as a base for classes specifying custom toolbar items with dropdown lists.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 ToolbarDropDownMenu toolbar item. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
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. |
DataSourceID | Gets or sets the ID of the control from which the data-bound toolbar item retrieves its list of data items. |
Image | Gets the settings of an image displayed by the item. Inherited from ToolbarItemBase. |
ImageUrlField | Gets or sets the data source field that provides image locations for the items within a toolbar item. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
SelectedItemIndex | Gets or sets the selected item’s index. |
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. |
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. |
ValueField | Gets or sets the data source field that provides values for the items within a toolbar item. |
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. |
See Also