Skip to main content
A newer version of this page is available. .
Tab

ColorEditItemCollection.Item[Int32] Property

Provides indexed access to individual items within the ColorEditItemCollection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColorEditItem this[int index] { get; set; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the item to be accessed.

Property Value

Type Description
ColorEditItem

An ColorEditItem object that is the item located at the specified index within the collection.

See Also