aspnet-devexpress-dot-web-dot-aspxhtmleditor-76b9b713.md
Represents an individual list item within the ToolbarCustomCssEdit‘s list.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class ToolbarCustomCssListEditItem :
ToolbarListEditItem
Public Class ToolbarCustomCssListEditItem
Inherits ToolbarListEditItem
The following members return ToolbarCustomCssListEditItem objects:
The ToolbarCustomCssListEditItem class implements the functionality of an individual list item displayed within the list of the ToolbarCustomCssEdit toolbar items. Instances of the ToolbarCustomCssListEditItem class are maintained within the ToolbarCustomCssListEditItemCollection collection which can be accessed via the CollectionItem.Collection property. An individual item can be accessed using the collection’s ToolbarCustomCssListEditItemCollection.Item property.
Use the ToolbarCustomCssListEditItem.TagName and ToolbarCustomCssListEditItem.CssClass properties of the ToolbarCustomCssListEditItem class to specify an individual list item’s main characteristics.
Object StateManager CollectionItem ListEditItemBase ListEditItem ToolbarListEditItem ToolbarCustomCssListEditItem
See Also