Skip to main content

ToolbarCustomCssListEditItem Class

Represents an individual list item within the ToolbarCustomCssEdit‘s list.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ToolbarCustomCssListEditItem :
    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.

See Also