ToolbarCustomListEditItemCollection.Item[Int32] Property
Provides indexed access to individual items within the ToolbarCustomListEditItemCollection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
Property Value
| Type | Description |
|---|---|
| ToolbarCustomListEditItem | An ToolbarCustomListEditItem object that is the item located at the specified index within the collection. |
See Also