HtmlEditorToolbarItemCollection.FindByCommandName(String) Method
Returns an item object with the specified CommandName property value.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
commandName | String | The command name. |
Returns
Type | Description |
---|---|
HtmlEditorToolbarItem | An item object with a specific command name. |
See Also