Skip to content

Commit 8a1d2ea

Browse files
authored
DocGen 25_1 result (DevExpress#8014)
1 parent 7dd4788 commit 8a1d2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/05 UI Components/Diagram/30 Diagram Tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To specify which commands a tool panel or menu displays, define the element's **
9191

9292
---
9393

94-
The Diagram component supports custom commands within tool panels and menus. To define a custom command item, specify a string **command**.**name** value (different from [Command](/Documentation/ApiReference/UI_Components/dxDiagram/Types/#Command) type values) and implement the [onCustomCommand](/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/#onCustomCommand) handler. You can also specify custom command icons and text. The following code snippet demonstrates a custom command that imports an empty value into the Diagram to clear component content:
94+
The Diagram component supports custom commands within tool panels and menus. To define a custom command item, specify a string **command**.**name** value (different from [Command](/api-reference/10%20UI%20Components/dxDiagram/9%20Types/Command.md '/Documentation/ApiReference/UI_Components/dxDiagram/Types/#Command') type values) and implement the [onCustomCommand](/api-reference/10%20UI%20Components/dxDiagram/1%20Configuration/onCustomCommand.md '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/#onCustomCommand') handler. You can also specify custom command icons and text. The following code snippet demonstrates a custom command that imports an empty value into the Diagram to clear component content:
9595

9696
---
9797

0 commit comments

Comments
 (0)