Skip to main content
A newer version of this page is available. .

ToolbarCustomCssListEditItem Properties

Represents an individual list item within the ToolbarCustomCssEdit‘s list.
Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CssClass Gets or sets the name of the cascading style sheet (CSS) class associated with the current list item.
ImageUrl Gets or sets the path to the image displayed within the item. Inherited from ListEditItem.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
PreviewStyle Gets style settings that define the preview appearance of the item.
Selected Gets or sets whether a list box item is selected. Inherited from ListEditItem.
TagName Gets or sets the item’s associated tag name.
Text Gets or sets the list item’s text. Inherited from ListEditItem.
Value Returns a textual representation of the item’s CollectionItem.Index property. For internal use only.
ValueString For internal use only. Inherited from ListEditItemBase.
See Also