Back to Devexpress

DefaultBarItemNames.ImageToolsBringForward Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-b2f2564a.md

latest1.4 KB
Original Source

DefaultBarItemNames.ImageToolsBringForward Field

Returns “bImageToolsBringForward”. Corresponds to the Bring Forward item of the Bring to Front menu that is displayed in the Image Tools ribbon category.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ImageToolsBringForward = "bImageToolsBringForward"
vb
Public Const ImageToolsBringForward As String = "bImageToolsBringForward"

Field Value

Type
String

Remarks

By default, the Bring to Front menu 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