HtmlEditorCustomDialogs.Item[String] Property
Provides access to individual items in the collection by their names.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value specifying the item’s name. |
Property Value
| Type | Description |
|---|---|
| HtmlEditorCustomDialog | An HtmlEditorCustomDialog object which is the item with the specified name. |
Remarks
This method searches the collection for the item whose name matches the parameter’s value, and returns this item.
See Also