Skip to main content

MVCxHtmlEditorToolbarCollection.Item[Int32] Property

Provides indexed access to individual items within the MVCxHtmlEditorToolbarCollection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Parameters

Name Type Description
index Int32

An integer that specifies the index of the required item within the collection.

Property Value

Type Description
MVCxHtmlEditorToolbar

An MVCxHtmlEditorToolbar object which is the item at the specified index.

See Also