Skip to main content

HtmlEditorCustomDialogs.Item[String] Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#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