Skip to main content

FactoryItemTool.ToolName Property

Returns the name of the tool.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public sealed override string ToolName { get; }

Property Value

Type Description
String

A System.String value that is the name of the tool.

See Also