General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
ToolbarCustomCssListEditItem Class
Represents an individual list item within the ToolbarCustomCssEdit's list.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class ToolbarCustomCssListEditItem :
ToolbarListEditItem
Public Class ToolbarCustomCssListEditItem
Inherits ToolbarListEditItem
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.