MVCxHtmlEditorToolbarCollection.Item[String] Property
In This Article
Provides access to individual items in the collection, by their names.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.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 |
---|---|
MVCx |
An MVCx |
See Also