HtmlEditorCustomDialogs.Item[String] Property
In This Article
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 |
---|---|
Html |
An Html |
#Remarks
This method searches the collection for the item whose name matches the parameter’s value, and returns this item.
See Also