Back to Devexpress

DefaultBarItemNames.ToolsGroup Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-442d940d.md

latest2.4 KB
Original Source

DefaultBarItemNames.ToolsGroup Field

Returns “rgTools”. Corresponds to the ribbon group that contains the Pointer tool , Connector and Rectangle items.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ToolsGroup = "rgTools"
vb
Public Const ToolsGroup As String = "rgTools"

Field Value

Type
String

The following code snippets (auto-collected from DevExpress Examples) contain references to the ToolsGroup field.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-diagram-change-connection-points/CS/MainWindow.xaml#L20

xml
<dxdiag:DiagramDesignerControl.Actions>
    <dxb:InsertAction ContainerName="{x:Static dxdiag:DefaultBarItemNames.ToolsGroup}">
        <dxb:InsertAction.Element>

wpf-diagram-mdi/CS/MainWindow.xaml#L108

xml
</dxb:ControllerBehavior.Triggers>
<dxb:InsertAction ContainerName="{x:Static dxdiag:DefaultBarItemNames.ToolsGroup}">
    <dxb:BarButtonItem Command="{Binding CreateDocumentCommand}" Glyph="{dx:DXImage 'SvgImages/Icon Builder/Actions_Add.svg'}">

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace