ToolbarCustomListEditItemCollection.Item[Int32] Property
In This Article
Provides indexed access to individual items within the ToolbarCustomListEditItemCollection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ToolbarCustomListEditItem this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
#Property Value
Type | Description |
---|---|
Toolbar |
An Toolbar |
See Also