ToolbarCustomCssListEditItem Class
Represents an individual list item within the ToolbarCustomCssEdit‘s list.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Related API Members
The following members return ToolbarCustomCssListEditItem objects:
Remarks
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.