Back to Devexpress

DefaultBarItemNames.ContainerToolsRibbonPage Field

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

latest1.3 KB
Original Source

DefaultBarItemNames.ContainerToolsRibbonPage Field

Returns “rpContainerTools”. Corresponds to the Format ribbon page.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ContainerToolsRibbonPage = "rpContainerTools"
vb
Public Const ContainerToolsRibbonPage As String = "rpContainerTools"

Field Value

Type
String

Remarks

By default, the Format page is placed in the Container Tools ribbon category that appears when a container is selected.

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace