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

MVCxHtmlEditorToolbarCollection.Item[String] Property

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

Namespace: DevExpress.Web.Mvc

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

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