Back to Devexpress

DefaultBarItemNames.ImageToolsArrangeGroup Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-2f043062.md

latest1.5 KB
Original Source

DefaultBarItemNames.ImageToolsArrangeGroup Field

Returns “rgImageToolsArrangeGroup”. Corresponds to the Arrange ribbon group that is placed in the Image Tools ribbon category and contains Bring to Frond and Send to Back items.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ImageToolsArrangeGroup = "rgImageToolsArrangeGroup"
vb
Public Const ImageToolsArrangeGroup As String = "rgImageToolsArrangeGroup"

Field Value

Type
String

Remarks

By default, the Arrange group is placed in the Image Tools ribbon category that appears when an image item is selected.

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace