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. |
See Also