ToolbarCustomCssListEditItemCollection Class
Represents a collection of list items within the ToolbarCustomCssEdit.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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).