Back to Devexpress

ToolbarCustomCssListEditItem Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-76b9b713.md

latest4.1 KB
Original Source

ToolbarCustomCssListEditItem Class

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

Declaration

csharp
public class ToolbarCustomCssListEditItem :
    ToolbarListEditItem
vb
Public Class ToolbarCustomCssListEditItem
    Inherits ToolbarListEditItem

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ListEditItemBase ListEditItem ToolbarListEditItem ToolbarCustomCssListEditItem

See Also

ToolbarCustomCssListEditItem Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace