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

HtmlEditorCustomDialogs.Item[String] Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public HtmlEditorCustomDialog this[string name] { get; }

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