Skip to main content

ToolbarCustomCssListEditItemCollection Class

Represents a collection of list items within the ToolbarCustomCssEdit.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarCustomCssListEditItemCollection :
    ToolbarListEditItemCollection

The following members return ToolbarCustomCssListEditItemCollection objects:

Remarks

The ToolbarCustomCssEdit object holds its items within a collection which is represented by an instance of the ToolbarCustomCssListEditItemCollection class and can be accessed via its CollectionItem.Collection property. The properties and methods exposed by the ToolbarCustomCssListEditItemCollection class can be used to perform common collection operations such as adding new or deleting the existing items. Each item of the collection is represented by a ToolbarCustomCssListEditItem object. Individual items can be accessed using indexer notation (ToolbarCustomCssListEditItemCollection.Item), by their values (ListEditItemCollection.FindByValue) or display texts (ListEditItemCollection.FindByText, ListEditItemCollection.FindByTextWithTrim).

Implements

DevExpress.Utils.IAssignableCollection
See Also