Skip to main content

MVCxHtmlEditorToolbarCollection.Item[String] Property

Provides access to individual items in the collection, by their names.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorToolbar this[string name] { get; }

Parameters

Name Type Description
name String

A String value specifying the item’s name.

Property Value

Type Description
MVCxHtmlEditorToolbar

An MVCxHtmlEditorToolbar object which is the item with the specified name.

See Also