MVCxHtmlEditorToolbarCollection.Item[String] Property
Provides access to individual items in the collection, by their names.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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